您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

1234567891011121314151617181920212223242526
  1. Lightsaber keyboard firmware
  2. ======================
  3. Korean custom keyboard designed by Duck.
  4. *Note that this is not the official firmware*
  5. Supported models
  6. ----------------
  7. All pcb options are supported.
  8. Build
  9. -----
  10. Move to this directory then just run `make` like:
  11. $ make -f Makefile.[pjrc|lufa]
  12. Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
  13. Bootloader
  14. ---------
  15. The PCB is hardwired to run the bootloader if the key at the `one above backspace` position is held down when connecting the keyboard.
  16. It is still possible to use Boot Magic and Command to access the bootloader though.