Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add m0116 keymap from tufty | tmk | 2013-04-12 | 1 | -24/+61 | |
| | ||||||
* | Add new build options to adb_usb | tmk | 2013-04-09 | 4 | -5/+147 | |
| | ||||||
* | Rename file layer_switch to action_layer | tmk | 2013-04-02 | 2 | -27/+9 | |
| | ||||||
* | Fix BOOTLOADER_SIZE setting | tmk | 2013-03-29 | 6 | -14/+5 | |
| | ||||||
* | Fix Locking CapsLock support in ADB converter | tmk | 2013-03-12 | 4 | -36/+15 | |
| | ||||||
* | Fix legacy keymap support | tmk | 2013-03-11 | 2 | -5/+12 | |
| | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap | |||||
* | Fix keymap for new framework | tmk | 2013-03-05 | 5 | -9/+101 | |
| | ||||||
* | Fix keymap MACRO of pc98 adn hhkb | tmk | 2013-02-25 | 1 | -6/+58 | |
| | ||||||
* | Fix software serial configure | tmk | 2013-02-25 | 2 | -51/+40 | |
| | ||||||
* | Add serial_uart.c and use it for PC98 | tmk | 2013-02-25 | 4 | -92/+81 | |
| | ||||||
* | Inhibit repeating key of PC98 | tmk | 2013-02-24 | 1 | -6/+54 | |
| | ||||||
* | New keymap of PC98 | tmk | 2013-02-24 | 3 | -92/+90 | |
| | ||||||
* | Edit README of PC98 | tmk | 2013-02-23 | 1 | -58/+44 | |
| | ||||||
* | Add keymap for PC98 | tmk | 2013-02-22 | 3 | -141/+122 | |
| | ||||||
* | Quick Fix: read scan code from PC98 | tmk | 2013-02-22 | 2 | -3/+12 | |
| | ||||||
* | Add initial files for PC98 | tmk | 2013-02-22 | 7 | -0/+703 | |
| | ||||||
* | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2013-02-03 | 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. | |||||
* | Add ADB extended keyboard support by blargg@GH. | tmk | 2012-12-12 | 1 | -3/+3 | |
| | | | | This offers distinction between left/right modifiers. | |||||
* | Fix keymaps in README.(M0110) | tmk | 2012-12-05 | 1 | -35/+36 | |
| | ||||||
* | Fix keymap and build option.(M0110) | tmk | 2012-12-05 | 2 | -104/+84 | |
| | ||||||
* | Add keymap file for Hasu. | tmk | 2012-12-05 | 2 | -0/+259 | |
| | ||||||
* | Change keymap.(M0110) | tmk | 2012-12-05 | 2 | -18/+18 | |
| | ||||||
* | Change IS_COMMAND.(M0110) | tmk | 2012-12-05 | 2 | -4/+6 | |
| | ||||||
* | Fix debug pirnt and magic key.(M0110) | tmk | 2012-12-05 | 3 | -10/+4 | |
| | ||||||
* | Fix Sony NEWS connector pinout and keymap. | tmk | 2012-11-14 | 2 | -2/+6 | |
| | ||||||
* | Add extra commands Bell/Click to Sun converter | tmk | 2012-10-21 | 2 | -0/+44 | |
| | ||||||
* | Add LED feature to Sun converter | tmk | 2012-10-21 | 2 | -2/+25 | |
| | ||||||
* | Fix keymap to adjust new keyboard.c. | tmk | 2012-10-19 | 9 | -36/+36 | |
| | ||||||
* | Use software serial for Sun. | tmk | 2012-10-19 | 6 | -273/+239 | |
| | ||||||
* | Add Sun converter initial files. | tmk | 2012-10-18 | 6 | -0/+638 | |
| | ||||||
* | Fix projects for new keycodes | tmk | 2012-10-17 | 19 | -288/+289 | |
| | ||||||
* | changes function name keyboard_proc to keyboard_task | tmk | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | ADB conveter uses plain vanila keymap now. | tmk | 2012-10-15 | 1 | -49/+4 | |
| | ||||||
* | Fix PS/2 protocol build options | tmk | 2012-10-14 | 10 | -313/+495 | |
| | ||||||
* | Change keymap of ADB converter. | tmk | 2012-09-21 | 4 | -46/+45 | |
| | ||||||
* | To prevent key stuck clear matrix array when ADB error occurs. | tmk | 2012-09-20 | 1 | -34/+35 | |
| | ||||||
* | converter/usb_usb: Change keymap. | tmk | 2012-09-06 | 1 | -4/+4 | |
| | ||||||
* | Add converter/usb_usb/README | tmk | 2012-09-05 | 1 | -0/+35 | |
| | ||||||
* | usb_hid: workaround for compile on Windows. | tmk | 2012-09-04 | 3 | -22/+33 | |
| | ||||||
* | Add USB to USB converter. unmature. | tmk | 2012-08-28 | 6 | -0/+674 | |
| | ||||||
* | Fix Makefiles. | tmk | 2012-06-30 | 9 | -26/+52 | |
| | ||||||
* | Add a keymap layer into ADB converter. | tmk | 2012-06-18 | 3 | -9/+38 | |
| | ||||||
* | Moved protocol files; news and x68k. | tmk | 2012-06-11 | 9 | -341/+0 | |
| | | | | | Renamed sony_usb to news_usb Renamed hbk to hbkb | |||||
* | Made directories for keyboard and converter projects. | tmk | 2012-06-08 | 50 | -0/+5383 | |