You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.md 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. NerD keyboard firmware
  2. ========================
  3. Korean Keyboard designed by GON.
  4. *Note that this is not the official firmware*
  5. Hardware revision
  6. -----------------
  7. This firmware was developed and tested for NerD pcb version 1.61 and 2.0.
  8. Supported features
  9. ------------------
  10. * All layout options are supported
  11. * All leds are supported
  12. * 60% and 80% (TKL) pcbs are supported
  13. Changing Bootloader
  14. -------------------
  15. You can't simply just upload this firmware to a new NerD board because the original
  16. bootloader won't accept DFU connections.
  17. You can change the bootloader of the keyboard with an ISP programmer of your choice.
  18. The bootloader pins are easy to access on the NerD pcb.
  19. *Be aware that after changing the bootloader the official configuration software
  20. won't work anymore and you'll lose your warrenty. GON won't provide any support for this firmware.*
  21. Build
  22. -----
  23. For building you have to specify two build-options, LAYOUT and KEYMAP. The layout option defines
  24. pcb layout and can be either 60% or 80% at the momemnt. The keymap option selects your
  25. preferred keymapping.
  26. Move to this directory then just run `make LAYOUT=60 KEYMAP=ansi150`
  27. to compile a firmware for a 60% pcb with ANSI 150 key mapping.
  28. Jump to Bootloader
  29. ------------------
  30. You can jump to bootloader by software if you have a macro defined for this in your keymap. The
  31. default command is (LSFT+RSFT+PAUS) to access the bootloader by software jump.