diff options
author | Erez Zukerman <ezuk@madmimi.com> | 2016-05-24 23:55:29 -0400 |
---|---|---|
committer | Erez Zukerman <ezuk@madmimi.com> | 2016-05-24 23:55:29 -0400 |
commit | d06e940a179b2e81563cf6123461cfcad35f9045 (patch) | |
tree | 58f4bbc22f51cba0c22a6a1ab09a499681f1f89e /keyboard/nerd/README.md | |
parent | 8bc69afc633d3e199e3ac0a5bf39e4d255f2ce4a (diff) | |
download | firmware-d06e940a179b2e81563cf6123461cfcad35f9045.tar.gz firmware-d06e940a179b2e81563cf6123461cfcad35f9045.tar.bz2 firmware-d06e940a179b2e81563cf6123461cfcad35f9045.zip |
[Erez & Jack] Removes keyboards which are not active on qmk
Diffstat (limited to 'keyboard/nerd/README.md')
-rw-r--r-- | keyboard/nerd/README.md | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/keyboard/nerd/README.md b/keyboard/nerd/README.md deleted file mode 100644 index 5b4acd3ba..000000000 --- a/keyboard/nerd/README.md +++ /dev/null @@ -1,52 +0,0 @@ -NerD keyboard firmware -======================== - -Korean Keyboard designed by GON. - -*Note that this is not the official firmware* - - -Hardware revision ------------------ - -This firmware was developed and tested for NerD pcb version 1.61 and 2.0. - - -Supported features ------------------- - -* All layout options are supported -* All leds are supported -* 60% and 80% (TKL) pcbs are supported - - -Changing Bootloader -------------------- - -You can't simply just upload this firmware to a new NerD board because the original -bootloader won't accept DFU connections. - -You can change the bootloader of the keyboard with an ISP programmer of your choice. -The bootloader pins are easy to access on the NerD pcb. - -*Be aware that after changing the bootloader the official configuration software -won't work anymore and you'll lose your warrenty. GON won't provide any support for this firmware.* - - -Build ------ - -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 ------------------- - -You can jump to bootloader by software if you have a macro defined for this in your keymap. The -default command is (LSFT+RSFT+PAUS) to access the bootloader by software jump. |