Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tmk 7860d09914 Change TMK_DIR setting hace 9 años
..
Makefile.lufa Change TMK_DIR setting hace 9 años
Makefile.pjrc Change TMK_DIR setting hace 9 años
README.md Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. hace 10 años
config.h Remove common/controller_teensy.h hace 11 años
keymap.c Change key_t to keypos_t hace 9 años
keymap_alaricljs.h Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. hace 10 años
keymap_ansi.h Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. hace 10 años
keymap_custom.h Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. hace 10 años
keymap_iso.h Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. hace 10 años
led.c Fix copyright and license notices. hace 11 años
matrix.c Fix debouncing bug in hid_liber(Issue #26) hace 11 años

README.md

hid_liberation firmware

DIY daughterboard for Filco Majestouch TKL developed by Geekhack and Deskthority communities. The PCB was engineered by bpiphany.

Wiki on Deskthority.net

Build

Move to this directory then just run make like:

$ make -f Makefile.[pjrc|lufa] [ansi|iso|custom|alaricljs]

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