Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change keymap API | tmk | 2013-02-13 | 4 | -88/+102 |
| | |||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 5 | -20/+39 |
| | |||||
* | Fix 'chage default layer' command. | tmk | 2013-02-12 | 1 | -14/+7 |
| | |||||
* | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2013-02-12 | 2 | -9/+11 |
| | |||||
* | Add transparent layer feature in gh60 | tmk | 2013-02-12 | 5 | -80/+264 |
| | |||||
* | Now includes LUFA-120730 in repository | tmk | 2013-02-11 | 306 | -0/+64019 |
| | |||||
* | Add support for LUFA-120730 | tmk | 2013-02-11 | 3 | -15/+30 |
| | |||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 5 | -36/+70 |
| | |||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 24 | -767/+2689 |
|\ | | | | | | | | | Conflicts: common/keyboard.c | ||||
| * | Fix and add some in README | tmk | 2013-02-11 | 1 | -15/+115 |
| | | |||||
| * | Fix is_tap_key() | tmk | 2013-02-11 | 2 | -8/+8 |
| | | |||||
| * | Add doc/keycode.txt | tmk | 2013-02-10 | 3 | -5/+286 |
| | | |||||
| * | Add description of keymap and layer in README.md | tmk | 2013-02-10 | 1 | -68/+424 |
| | | |||||
| * | Clean layer actions. | tmk | 2013-02-10 | 3 | -281/+199 |
| | | |||||
| * | Add macro feature. | tmk | 2013-02-04 | 8 | -22/+226 |
| | | |||||
| * | Add user defined function to action. | tmk | 2013-02-01 | 6 | -100/+167 |
| | | |||||
| * | Add legacy keymap support. | tmk | 2013-01-31 | 5 | -38/+151 |
| | | |||||
| * | Fix tapping. tap key just after tap timeout. | tmk | 2013-01-31 | 1 | -2/+1 |
| | | |||||
| * | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2013-01-30 | 2 | -19/+16 |
| | | |||||
| * | Fix process_tapping(). | tmk | 2013-01-30 | 1 | -90/+166 |
| | | |||||
| * | Clean debug print in action.c. | tmk | 2013-01-29 | 4 | -23/+84 |
| | | |||||
| * | Clean code. | tmk | 2013-01-28 | 9 | -201/+226 |
| | | |||||
| * | Add tap toggle feature to action. | tmk | 2013-01-28 | 3 | -49/+145 |
| | | |||||
| * | Add oneshot modifier action. | tmk | 2013-01-27 | 3 | -175/+236 |
| | | |||||
| * | Fix keycodes. It has 32 Fn keys now. | tmk | 2013-01-27 | 1 | -11/+36 |
| | | |||||
| * | Remove test_func. | tmk | 2013-01-27 | 1 | -10/+1 |
| | | |||||
| * | 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. |