Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-23 | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 3 | -13/+13 | |
2013-07-15 | Add compile conditional for assembler(xprintf) | tmk | 1 | -0/+2 | |
2013-06-21 | Add JIS layout to x68k | tmk | 1 | -5/+15 | |
2013-06-21 | Use serial_uart.c instead of x68k.c now | tmk | 4 | -26/+13 | |
2013-06-21 | Add LED support to x68k | tmk | 3 | -12/+55 | |
2013-06-21 | Add description of 'LED special function of X68000' | tmk | 1 | -0/+22 | |
2013-06-19 | Add legacy keymap support for x68k | tmk | 1 | -0/+2 | |
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 1 | -1/+1 | |
- 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 | 1 | -25/+15 | |
2013-05-04 | Add support of Model F 122 terminal keyboard | tmk | 9 | -480/+338 | |
- 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 | 3 | -6/+20 | |
2013-04-13 | Remove common/controller_teensy.h | tmk | 7 | -15/+0 | |
2013-04-12 | Add new build options on m0110_usb | tmk | 4 | -45/+36 | |
2013-04-12 | Remove MATRIX_HAS_LOCKING_CAPS option | tmk | 1 | -2/+0 | |
2013-04-12 | Add m0116 keymap from tufty | tmk | 1 | -24/+61 | |
2013-04-09 | Add new build options to adb_usb | tmk | 4 | -5/+147 | |
2013-04-02 | Rename file layer_switch to action_layer | tmk | 2 | -27/+9 | |
2013-03-29 | Fix BOOTLOADER_SIZE setting | tmk | 6 | -14/+5 | |
2013-03-12 | Fix Locking CapsLock support in ADB converter | tmk | 4 | -36/+15 | |
2013-03-11 | Fix legacy keymap support | tmk | 2 | -5/+12 | |
- need to define USE_LEGACY_KEYMAP to use legacy keymap | |||||
2013-03-05 | Fix keymap for new framework | tmk | 5 | -9/+101 | |
2013-02-25 | Fix keymap MACRO of pc98 adn hhkb | tmk | 1 | -6/+58 | |
2013-02-25 | Fix software serial configure | tmk | 2 | -51/+40 | |
2013-02-24 | Add serial_uart.c and use it for PC98 | tmk | 4 | -92/+81 | |
2013-02-24 | Inhibit repeating key of PC98 | tmk | 1 | -6/+54 | |
2013-02-24 | New keymap of PC98 | tmk | 3 | -92/+90 | |
2013-02-22 | Edit README of PC98 | tmk | 1 | -58/+44 | |
2013-02-22 | Add keymap for PC98 | tmk | 3 | -141/+122 | |
2013-02-22 | Quick Fix: read scan code from PC98 | tmk | 2 | -3/+12 | |
2013-02-22 | Add initial files for PC98 | tmk | 7 | -0/+703 | |
2013-02-03 | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 1 | -16/+64 | |
- ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII. | |||||
2012-12-12 | Add ADB extended keyboard support by blargg@GH. | tmk | 1 | -3/+3 | |
This offers distinction between left/right modifiers. | |||||
2012-12-05 | Fix keymaps in README.(M0110) | tmk | 1 | -35/+36 | |
2012-12-05 | Fix keymap and build option.(M0110) | tmk | 2 | -104/+84 | |
2012-12-05 | Add keymap file for Hasu. | tmk | 2 | -0/+259 | |
2012-12-05 | Change keymap.(M0110) | tmk | 2 | -18/+18 | |
2012-12-05 | Change IS_COMMAND.(M0110) | tmk | 2 | -4/+6 | |
2012-12-05 | Fix debug pirnt and magic key.(M0110) | tmk | 3 | -10/+4 | |
2012-11-14 | Fix Sony NEWS connector pinout and keymap. | tmk | 2 | -2/+6 | |
2012-10-21 | Add extra commands Bell/Click to Sun converter | tmk | 2 | -0/+44 | |
2012-10-21 | Add LED feature to Sun converter | tmk | 2 | -2/+25 | |
2012-10-19 | Fix keymap to adjust new keyboard.c. | tmk | 9 | -36/+36 | |
2012-10-19 | Use software serial for Sun. | tmk | 6 | -273/+239 | |
2012-10-18 | Add Sun converter initial files. | tmk | 6 | -0/+638 | |
2012-10-17 | Fix projects for new keycodes | tmk | 19 | -288/+289 | |
2012-10-17 | changes function name keyboard_proc to keyboard_task | tmk | 1 | -1/+1 | |
2012-10-15 | ADB conveter uses plain vanila keymap now. | tmk | 1 | -49/+4 | |
2012-10-14 | Fix PS/2 protocol build options | tmk | 10 | -313/+495 | |
2012-09-21 | Change keymap of ADB converter. | tmk | 4 | -46/+45 | |
2012-09-20 | To prevent key stuck clear matrix array when ADB error occurs. | tmk | 1 | -34/+35 | |