1
0
Fork 0

Added NerD 80% (TKL) support

This commit is contained in:
Ralf Schmitt 2014-11-23 13:29:07 +01:00
parent d9b5f5110e
commit 2d74020331
10 changed files with 149 additions and 111 deletions

View file

@ -17,6 +17,7 @@ Supported features
* All layout options are supported
* All leds are supported
* 60% and 80% (TKL) pcbs are supported
Changing Bootloader
@ -35,7 +36,13 @@ won't work anymore and you'll lose your warrenty. GON won't provide any support
Build
-----
Move to this directory then just run `make`.
For building you have to specify two build-options, LAYOUT and KEYMAP. The layout option defines
pcb layout and can be either 60% or 80% at the momemnt. The keymap option selects your
preferred keymapping.
Move to this directory then just run `make LAYOUT=60 KEYMAP=ansi150`
to compile a firmware for a 60% pcb with ANSI 150 key mapping.
Jump to Bootloader