diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-25 15:49:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 15:49:50 -0400 |
commit | 4321f0af7d34f794a372964be49d225442671c45 (patch) | |
tree | 67d4a3cec8e5ff18dbfefee9e9b783eeef2830ff /keyboards/kc60/readme.md | |
parent | f0cb5e9e50f663ce4e3161f251c0e638c0313403 (diff) | |
parent | 8d0aed39d11efaf51a0831e78b5641b4b5686197 (diff) |
Merge pull request #659 from Dbroqua/master
- Updated dbroqua layout for planck keyboard
Diffstat (limited to 'keyboards/kc60/readme.md')
-rw-r--r-- | keyboards/kc60/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/kc60/readme.md b/keyboards/kc60/readme.md index acc0df68dc..b29c6be302 100644 --- a/keyboards/kc60/readme.md +++ b/keyboards/kc60/readme.md @@ -25,3 +25,10 @@ Keymaps follow the format **__\<name\>.c__** and are stored in the `keymaps` fol ![Image of KC60 with RGB Underglow](keymaps/ws2812/ws2812_example.jpg) Build with WS2812 Support by running `make KEYMAP=ws2812`. + +## Warning +For those who want to use 2x1U instead of classic backspace you need to use K0D and K49 like this: +* K0D represents the key at the right of =. +* K49 represents the last key of the row (is wired at the right of the space key on the PCB) + +In kc60.h I've put several definitions' examples of possible layouts proposed by online editor (http://123.57.250.164:9128/).
\ No newline at end of file |