Keyboard firmwares for Atmel AVR and Cortex-M
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tmk 7860d09914 Change TMK_DIR setting il y a 9 ans
..
Makefile.lufa Change TMK_DIR setting il y a 9 ans
Makefile.pjrc Change TMK_DIR setting il y a 9 ans
README.md Lightsaber clean ups il y a 10 ans
backlight.c New macro: ACTION_BACKLIGHT_LEVEL(level) il y a 10 ans
backlight.h New macro: ACTION_BACKLIGHT_LEVEL(level) il y a 10 ans
config.h Added basic led+backlight support il y a 10 ans
keymap.c Change key_t to keypos_t il y a 9 ans
keymap_winkey.h New macro: ACTION_BACKLIGHT_LEVEL(level) il y a 10 ans
led.c Added basic led+backlight support il y a 10 ans
matrix.c Support for Lightsaber keyboard il y a 10 ans

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.