Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | New tapping logic. | tmk | 2013-01-27 | 4 | -164/+216 | |
| | | ||||||
| * | Minor fixes in keyboard.c. | tmk | 2013-01-24 | 2 | -14/+10 | |
| | | ||||||
| * | Add prototype of Action Function. | tmk | 2013-01-23 | 5 | -70/+185 | |
| | | ||||||
| * | Add bootmagic keys.(hhkb) | tmk | 2013-01-23 | 2 | -0/+25 | |
| | | | | | | | | | | - kick bootloader - enable debug print | |||||
| * | Fix mods with tapping. | tmk | 2013-01-21 | 2 | -192/+190 | |
| | | ||||||
| * | Refactor struct keyevent_t. | tmk | 2013-01-17 | 3 | -10/+19 | |
| | | ||||||
| * | Fix mods with tap key but some problems still exists. | tmk | 2013-01-17 | 2 | -67/+102 | |
| | | | | | | | | | | | | - stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)] - tap key doesn't work when fast type. [key(d), mods(d), key(u), mods(u)] | |||||
| * | Add support partly for modifier with tap key. | tmk | 2013-01-16 | 3 | -189/+239 | |
| | | ||||||
| * | Fix waiting_keys and periodical update for delaying layer. | tmk | 2013-01-15 | 4 | -151/+90 | |
| | | ||||||
| * | Fix tap key using delaying_layer and waiting_key. | tmk | 2013-01-13 | 5 | -33/+152 | |
| | | ||||||
| * | Add new layer actions. | tmk | 2013-01-09 | 6 | -315/+323 | |
| | | ||||||
| * | Fix action of system and consumer usage. | tmk | 2012-12-17 | 3 | -184/+38 | |
| | | ||||||
| * | Add initial fix for new keymap. | tmk | 2012-12-16 | 14 | -611/+967 | |
| | | ||||||
* | | Merge branch 'gh60' | tmk | 2013-02-10 | 8 | -3/+815 | |
|\ \ | ||||||
| * | | Fix debouncing code.(gh60) | tmk | 2013-01-01 | 1 | -28/+27 | |
| | | | ||||||
| * | | Change keymap.(gh60) | tmk | 2013-01-01 | 1 | -10/+10 | |
| | | | ||||||
| * | | Add README and keymap layers.(GH60) | tmk | 2012-12-27 | 5 | -84/+194 | |
| | | | ||||||
| * | | Added Initial files for gh60. | tmk | 2012-12-27 | 6 | -0/+706 | |
| | | | ||||||
| * | | Remove DEBUG_LED from pjrc stack. | tmk | 2012-12-27 | 1 | -3/+0 | |
| | | | ||||||
* | | | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2013-02-03 | 2 | -16/+65 | |
| | | | | | | | | | | | | | | | | | | | | | - 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. | |||||
* | | | Fix PWM control of LED in phantom. | tmk | 2013-01-12 | 1 | -4/+4 | |
| | | | ||||||
* | | | Add ISO support to keymap.(hid_liber) | tmk | 2013-01-07 | 1 | -4/+4 | |
| | | | ||||||
* | | | Fix bug of FAILSAFE key clear. | tmk | 2012-12-26 | 1 | -0/+4 | |
|/ / | | | | | | | http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022 | |||||
* | | Add ADB extended keyboard support by blargg@GH. | tmk | 2012-12-12 | 3 | -8/+23 | |
| | | | | | | | | This offers distinction between left/right modifiers. | |||||
* | | Merge branch 'm0110' | tmk | 2012-12-05 | 8 | -154/+390 | |
|\ \ | ||||||
| * | | 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 | 4 | -11/+5 | |
|/ / | ||||||
* | | Merge branch 'hid_liber' | tmk | 2012-12-05 | 3 | -11/+23 | |
|\ \ | ||||||
| * | | Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber) | tmk | 2012-12-05 | 3 | -11/+23 | |
|/ / | ||||||
* | | Fix pin configuration error(macway). issue #17 | tmk | 2012-11-25 | 1 | -2/+2 | |
| | | ||||||
* | | Add bitpop16() in util.c. | tmk | 2012-11-24 | 2 | -2/+11 | |
| | | ||||||
* | | Merge branch 'phantom' | tmk | 2012-11-23 | 9 | -6/+728 | |
|\ \ | ||||||
| * | | Fix target name and product id of pahntom. | tmk | 2012-11-23 | 3 | -3/+3 | |
| | | | ||||||
| * | | Fixes from Tranquilite@GH. | tmk | 2012-11-23 | 3 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | - Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c. | |||||
| * | | Add initial files for Phantom from Tranquilite@GH. | tmk | 2012-11-23 | 6 | -0/+721 | |
|/ / | ||||||
* | | Fix Sony NEWS pinouts in comment | tmk | 2012-11-15 | 1 | -4/+4 | |
| | | ||||||
* | | Fix Sony NEWS connector pinout and keymap. | tmk | 2012-11-14 | 2 | -2/+6 | |
| | | ||||||
* | | Merge branch 'hid_liber' | tmk | 2012-11-13 | 8 | -11/+729 | |
|\ \ | |/ |/| | ||||||
| * | Fix and keymap of hid_liber from alaricljs at geekhack.org. | tmk | 2012-11-13 | 7 | -137/+160 | |
| | | ||||||
| * | Disable JTAG function for hid_liber to use PORTF. | tmk | 2012-11-11 | 1 | -0/+4 | |
| | | ||||||
| * | Fix copyright and license notices. | tmk | 2012-11-10 | 4 | -19/+13 | |
| | | ||||||
| * | Rename to hid_liber. | tmk | 2012-11-10 | 6 | -0/+0 | |
| | | ||||||
| * | Add comments on keymap.c. | tmk | 2012-11-10 | 1 | -120/+84 | |
| | | ||||||
| * | Add initial files for hid_libre. | tmk | 2012-11-10 | 6 | -0/+733 | |
|/ | ||||||
* | Fix image link 3 :( | tmk | 2012-11-01 | 1 | -3/+6 | |
| | ||||||
* | Fix image link 2 | tmk | 2012-11-01 | 1 | -3/+3 | |
| |