Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
values provided to macro were not used for the "K61,K49,K33, K30" block
|
|
|
|
|
|
|
|
Fixed handling of ADB event with key down and key up for same key all in...
|
|
Add support for Adafruit's Bluefruit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- the 100ms delay causes keystroke drop; this is observable with
pressing Numlock key on AEK repeatedly
- without the delay LED sync problem doesn't occur now
|
|
|
|
|
|
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
|
|
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
|
|
|
|
- Add delay between scans to prevent overlaod of ADB keyboard controllers
- <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Makefile use LUFA now
- Change MCU ports PF{0,1} to PD{0,1}
- Add build option for keymap to Makefile: make keymap=hasu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro
avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
|
|
|
|
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART
|
|
|
|
|
|
|
|
|
|
|
|
|