qmk-firmware/keyboard/lightsaber/README.md

27 lines
640 B
Markdown
Raw Normal View History

2014-03-18 23:21:45 +00:00
Lightsaber keyboard firmware
2014-03-18 19:06:24 +00:00
======================
2014-03-18 23:21:45 +00:00
Korean custom keyboard designed by Duck.
2014-03-18 19:06:24 +00:00
*Note that this is not the official firmware*
Supported models
----------------
2014-03-18 23:21:45 +00:00
All pcb options are supported.
2014-03-18 19:06:24 +00:00
Build
-----
Move to this directory then just run `make` like:
2014-03-22 11:41:45 +00:00
$ make -f Makefile.[pjrc|lufa]
2014-03-18 19:06:24 +00:00
Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
Bootloader
---------
2014-03-18 23:21:45 +00: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 19:06:24 +00:00
It is still possible to use Boot Magic and Command to access the bootloader though.