diff options
author | Danny <nooges@users.noreply.github.com> | 2017-09-15 19:20:50 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 19:20:50 -0400 |
commit | 5eb5b6074ce20fe286808b9667d01274cea73be9 (patch) | |
tree | 1c2f1fe1f6c96b3752d84b52b58beea69694a212 /keyboards/levinson/readme.md | |
parent | 19f48fa922b438d4bd415c37e93645f861edea7d (diff) |
Add Levinson keyboard (#1723)
* Fork lets_split to levinson
Update subproject default
* Update Readme
* Pass LED backlight info from master to slave over serial
Diffstat (limited to 'keyboards/levinson/readme.md')
-rw-r--r-- | keyboards/levinson/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/levinson/readme.md b/keyboards/levinson/readme.md new file mode 100644 index 0000000000..1fcad3c1b7 --- /dev/null +++ b/keyboards/levinson/readme.md @@ -0,0 +1,20 @@ +Levinson +======== + +A split 40% split 4x12 ortholinear keyboard made and sold by Keebio. It's essentially a Let's Split with LED backlight support and 2u thumb key support. [More info at Keebio](https://keeb.io). + +Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) +Hardware Supported: Pro Micro +Hardware Availability: [Keebio](https://keeb.io) + +Make example for this keyboard (after setting up your build environment): + + make levinson-rev1-default + +Example of flashing this keyboard: + + make levinson-rev1-default-avrdude + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. + +A build guide for this keyboard can be found here: [Nyquist Build Guide](https://docs.keeb.io) |