From d9b5f5110ebf3e7da6a11e8640fb4367114aed67 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Tue, 11 Nov 2014 14:49:16 +0100 Subject: Added NerD 60% support --- keyboard/nerd/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 keyboard/nerd/README.md (limited to 'keyboard/nerd/README.md') diff --git a/keyboard/nerd/README.md b/keyboard/nerd/README.md new file mode 100644 index 0000000000..0130fe49fd --- /dev/null +++ b/keyboard/nerd/README.md @@ -0,0 +1,45 @@ +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 + + +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 +----- + +Move to this directory then just run `make`. + + +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. -- cgit v1.2.3 From 2d740203318e2b0164e584a853bd0172dd9127cb Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Sun, 23 Nov 2014 13:29:07 +0100 Subject: Added NerD 80% (TKL) support --- keyboard/nerd/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'keyboard/nerd/README.md') diff --git a/keyboard/nerd/README.md b/keyboard/nerd/README.md index 0130fe49fd..5b4acd3ba9 100644 --- a/keyboard/nerd/README.md +++ b/keyboard/nerd/README.md @@ -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 -- cgit v1.2.3