Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-09 | Add Initial files of 4704_usb | ||
2014-01-07 | Spellchecking converter README files. | ||
2014-01-06 | Added NeXT keyboard converter | ||
2014-01-03 | Add TRS-80 model 100 instruction | ||
2014-01-03 | Merge branch 'master' of github.com:tmk/tmk_keyboard | ||
2014-01-03 | Add ascii_usb ASCII Serial Console terminal converter | ||
2013-12-26 | fix hard-coded keys | ||
values provided to macro were not used for the "K61,K49,K33, K30" block | |||
2013-12-26 | fix compilation | ||
2013-12-02 | Make ps2_usart default and fix SpaceFN | ||
2013-11-29 | Add SpaceFN keymap and JIS keymap | ||
2013-11-27 | Merge pull request #80 from gblargg/master | ||
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 | ||
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Add new keymap file | ||
2013-11-28 | Fix key stack and PS/2 Overrun | ||
2013-11-27 | Added bluefruit protocol and converter for 70% M | ||
2013-11-26 | Fixed handling of ADB event with key down and key up for same key all in one | ||
2013-11-26 | Fix ps2_host_recv_response | ||
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | ||
2013-11-25 | Fix Makfile and config.h for LUFA in ps2_usb | ||
2013-11-08 | Remove tentative files from blargg | ||
2013-11-08 | Disable BOOTMAGIC and fix debug prints of adb_usb | ||
2013-11-08 | Fix ADB led_set(); remove delay | ||
- 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 | ||
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | ||
2013-10-14 | Merge blargg's fix into adb.c | ||
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | ||
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | ||
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | ||
- 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 | ||
2013-10-04 | Remove clear matrix on ADB recv error | ||
2013-09-25 | Change for default keymap of keymap editor | ||
2013-09-25 | Add build option KEYMAP_SECTION_ENABLE to m0110 | ||
2013-09-21 | Fix README of M0110 | ||
2013-09-21 | Change keymap and enable bootmagic of M0110 | ||
2013-09-20 | Change m0110 pin configuration: swap D0 and D1 | ||
2013-08-04 | Change Makefile and port setting | ||
- 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 | ||
2013-07-15 | Add compile conditional for assembler(xprintf) | ||
2013-06-22 | Add JIS layout to x68k | ||
2013-06-22 | Use serial_uart.c instead of x68k.c now | ||
2013-06-22 | Add LED support to x68k | ||
2013-06-22 | Add description of 'LED special function of X68000' | ||
2013-06-19 | Add legacy keymap support for x68k | ||
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | ||
- 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 | ||
2013-05-04 | Add support of Model F 122 terminal keyboard | ||
- 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 | ||
2013-04-13 | Remove common/controller_teensy.h | ||
2013-04-12 | Add new build options on m0110_usb | ||
2013-04-12 | Remove MATRIX_HAS_LOCKING_CAPS option | ||