Keyboard firmwares for Atmel AVR and Cortex-M
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tmk e2077cad45 Change key_t to keypos_t 9 anos atrás
..
Makefile.lufa 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. 10 anos atrás
Makefile.pjrc 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. 10 anos atrás
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. 10 anos atrás
config.h Remove common/controller_teensy.h 11 anos atrás
keymap.c Change key_t to keypos_t 9 anos atrás
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. 10 anos atrás
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. 10 anos atrás
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. 10 anos atrás
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. 10 anos atrás
led.c Fix copyright and license notices. 11 anos atrás
matrix.c Fix debouncing bug in hid_liber(Issue #26) 11 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.