tmk_keyboard/keyboard/lightsaber/README.md

27 lines
640 B
Markdown
Raw Normal View History

2014-03-19 00:21:45 +01:00
Lightsaber keyboard firmware
2014-03-18 20:06:24 +01:00
======================
2014-03-19 00:21:45 +01:00
Korean custom keyboard designed by Duck.
2014-03-18 20:06:24 +01:00
*Note that this is not the official firmware*
Supported models
----------------
2014-03-19 00:21:45 +01:00
All pcb options are supported.
2014-03-18 20:06:24 +01:00
Build
-----
Move to this directory then just run `make` like:
2014-03-22 12:41:45 +01:00
$ make -f Makefile.[pjrc|lufa]
2014-03-18 20:06:24 +01:00
Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
Bootloader
---------
2014-03-19 00:21:45 +01:00
The PCB is hardwired to run the bootloader if the key at the `one above backspace` position is held down when connecting the keyboard.
2014-03-18 20:06:24 +01:00
It is still possible to use Boot Magic and Command to access the bootloader though.