tmk 7860d09914 Change TMK_DIR setting há 10 anos atrás
..
Makefile.lufa 7860d09914 Change TMK_DIR setting há 10 anos atrás
Makefile.pjrc 7860d09914 Change TMK_DIR setting há 10 anos atrás
README.md e0cb9cf30b 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. há 12 anos atrás
config.h 540d0700dc Remove common/controller_teensy.h há 12 anos atrás
keymap.c e2077cad45 Change key_t to keypos_t há 10 anos atrás
keymap_alaricljs.h e0cb9cf30b 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. há 12 anos atrás
keymap_ansi.h e0cb9cf30b 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. há 12 anos atrás
keymap_custom.h e0cb9cf30b 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. há 12 anos atrás
keymap_iso.h e0cb9cf30b 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. há 12 anos atrás
led.c 1a4ae0fc36 Fix copyright and license notices. há 12 anos atrás
matrix.c 681e019450 Fix debouncing bug in hid_liber(Issue #26) há 12 anos atrás

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.