Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-26 | fix hard-coded keys | Yann Hodique | |
values provided to macro were not used for the "K61,K49,K33, K30" block | |||
2013-12-26 | fix compilation | Yann Hodique | |
2013-12-02 | Make ps2_usart default and fix SpaceFN | tmk | |
2013-11-29 | Add SpaceFN keymap and JIS keymap | tmk | |
2013-11-27 | Merge pull request #80 from gblargg/master | tmk | |
Fixed handling of ADB event with key down and key up for same key all in... | |||
2013-11-27 | Merge pull request #81 from bgould/master | tmk | |
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Add new keymap file | tmk | |
2013-11-28 | Fix key stack and PS/2 Overrun | tmk | |
2013-11-27 | Added bluefruit protocol and converter for 70% M | Benjamin Gould | |
2013-11-26 | Fixed handling of ADB event with key down and key up for same key all in one | Shay Green | |
2013-11-26 | Fix ps2_host_recv_response | tmk | |
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | |
2013-11-25 | Fix Makfile and config.h for LUFA in ps2_usb | tmk | |
2013-11-08 | Remove tentative files from blargg | tmk | |
2013-11-08 | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | |
2013-11-08 | Fix ADB led_set(); remove delay | tmk | |
- 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 | |||
2013-10-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | |
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | |
2013-10-14 | Merge blargg's fix into adb.c | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | tmk | |
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | |
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | |||
2013-10-08 | Make LUFA stack as default for ADB converter | tmk | |
2013-10-04 | Remove clear matrix on ADB recv error | tmk | |
2013-09-25 | Change for default keymap of keymap editor | tmk | |
2013-09-25 | Add build option KEYMAP_SECTION_ENABLE to m0110 | tmk | |
2013-09-21 | Fix README of M0110 | tmk | |
2013-09-21 | Change keymap and enable bootmagic of M0110 | tmk | |
2013-09-20 | Change m0110 pin configuration: swap D0 and D1 | tmk | |
2013-08-04 | Change Makefile and port setting | tmk | |
- Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu | |||
2013-07-23 | Add mechanical locking switch support for NumLock and ScrollLock | tmk | |
2013-07-15 | Add compile conditional for assembler(xprintf) | tmk | |
2013-06-22 | Add JIS layout to x68k | tmk | |
2013-06-22 | Use serial_uart.c instead of x68k.c now | tmk | |
2013-06-22 | Add LED support to x68k | tmk | |
2013-06-22 | Add description of 'LED special function of X68000' | tmk | |
2013-06-19 | Add legacy keymap support for x68k | tmk | |
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | |
- 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 | |||
2013-05-04 | Fix README of terminal converter | tmk | |
2013-05-04 | Add support of Model F 122 terminal keyboard | tmk | |
- change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART | |||
2013-04-18 | Fix build options for NEWS converter | tmk | |
2013-04-13 | Remove common/controller_teensy.h | tmk | |
2013-04-12 | Add new build options on m0110_usb | tmk | |
2013-04-12 | Remove MATRIX_HAS_LOCKING_CAPS option | tmk | |
2013-04-12 | Add m0116 keymap from tufty | tmk | |
2013-04-09 | Add new build options to adb_usb | tmk | |
2013-04-02 | Rename file layer_switch to action_layer | tmk | |
2013-03-29 | Fix BOOTLOADER_SIZE setting | tmk | |
2013-03-12 | Fix Locking CapsLock support in ADB converter | tmk | |
2013-03-11 | Fix legacy keymap support | tmk | |
- need to define USE_LEGACY_KEYMAP to use legacy keymap |