qmk-firmware/keyboard/lightsaber
tmk e2077cad45 Change key_t to keypos_t 2014-11-24 15:14:52 +09:00
..
Makefile.lufa Lightsaber clean ups 2014-03-22 12:41:45 +01:00
Makefile.pjrc Lightsaber clean ups 2014-03-22 12:41:45 +01:00
README.md Lightsaber clean ups 2014-03-22 12:41:45 +01:00
backlight.c New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
backlight.h New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
config.h Added basic led+backlight support 2014-03-19 23:58:08 +01:00
keymap.c Change key_t to keypos_t 2014-11-24 15:14:52 +09:00
keymap_winkey.h New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
led.c Added basic led+backlight support 2014-03-19 23:58:08 +01:00
matrix.c Support for Lightsaber keyboard 2014-03-19 00:15:56 +01:00

README.md

Lightsaber keyboard firmware

Korean custom keyboard designed by Duck.

Note that this is not the official firmware

Supported models

All pcb options are supported.

Build

Move to this directory then just run make like:

$ make -f Makefile.[pjrc|lufa]

Use Makefile.pjrc if you want to use PJRC stack or use Makefile.lufa for LUFA stack.

Bootloader

The PCB is hardwired to run the bootloader if the key at the one above backspace position is held down when connecting the keyboard.

It is still possible to use Boot Magic and Command to access the bootloader though.