qmk-firmware/keyboard/hid_liber
tmk b4e2d325f3 Change TOP_DIR to TMK_DIR in makefiles 2015-04-09 16:20:42 +09:00
..
Makefile.lufa Change TOP_DIR to TMK_DIR in makefiles 2015-04-09 16:20:42 +09:00
Makefile.pjrc Change TOP_DIR to TMK_DIR in makefiles 2015-04-09 16:20:42 +09:00
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. 2013-07-03 13:04:33 +02:00
config.h Remove common/controller_teensy.h 2013-04-13 11:30:08 +09:00
keymap.c Change key_t to keypos_t 2014-11-24 15:14:52 +09:00
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. 2013-07-03 13:04:33 +02:00
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. 2013-07-03 13:04:33 +02:00
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. 2013-07-03 13:04:33 +02:00
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. 2013-07-03 13:04:33 +02:00
led.c Fix copyright and license notices. 2012-11-10 20:57:06 +09:00
matrix.c Fix debouncing bug in hid_liber(Issue #26) 2013-06-25 09:33:24 +09:00

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.