Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add keymap clear/reset action | tmk | 2013-02-20 | 3 | -17/+44 | |
| | | ||||||
| * | Add overlay framework | tmk | 2013-02-20 | 7 | -341/+585 | |
| | | ||||||
| * | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 7 | -112/+148 | |
| | | ||||||
| * | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 6 | -181/+123 | |
| | | ||||||
| * | Fix switch_default_layer command | tmk | 2013-02-15 | 3 | -15/+26 | |
| | | ||||||
| * | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 3 | -105/+166 | |
| | | ||||||
| * | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 2 | -20/+26 | |
| | | | | | | | | | | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0. | |||||
| * | Add layer stack | tmk | 2013-02-14 | 2 | -104/+284 | |
| | | ||||||
* | | Fix bit shift which is beyond int size(16bit) | tmk | 2013-02-25 | 1 | -1/+1 | |
|/ | ||||||
* | Change struct key_t | tmk | 2013-02-13 | 4 | -13/+7 | |
| | ||||||
* | Change action API | tmk | 2013-02-13 | 4 | -124/+118 | |
| | ||||||
* | Change keymap API | tmk | 2013-02-13 | 2 | -21/+46 | |
| | ||||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 3 | -8/+28 | |
| | ||||||
* | 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 | |
| | ||||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 1 | -1/+10 | |
| | ||||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 16 | -611/+1634 | |
|\ | | | | | | | | | Conflicts: common/keyboard.c | |||||
| * | Fix is_tap_key() | tmk | 2013-02-11 | 2 | -8/+8 | |
| | | ||||||
| * | Add doc/keycode.txt | tmk | 2013-02-10 | 1 | -2/+2 | |
| | | ||||||
| * | Clean layer actions. | tmk | 2013-02-10 | 2 | -251/+152 | |
| | | ||||||
| * | Add macro feature. | tmk | 2013-02-04 | 6 | -15/+190 | |
| | | ||||||
| * | Add user defined function to action. | tmk | 2013-02-01 | 5 | -50/+54 | |
| | | ||||||
| * | 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 | 6 | -200/+220 | |
| | | ||||||
| * | Add tap toggle feature to action. | tmk | 2013-01-28 | 2 | -47/+141 | |
| | | ||||||
| * | Add oneshot modifier action. | tmk | 2013-01-27 | 2 | -172/+227 | |
| | | ||||||
| * | 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 | 4 | -68/+167 | |
| | | ||||||
| * | Add bootmagic keys.(hhkb) | tmk | 2013-01-23 | 1 | -0/+11 | |
| | | | | | | | | | | - 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 | 2 | -174/+236 | |
| | | ||||||
| * | Fix waiting_keys and periodical update for delaying layer. | tmk | 2013-01-15 | 3 | -150/+90 | |
| | | ||||||
| * | Fix tap key using delaying_layer and waiting_key. | tmk | 2013-01-13 | 4 | -31/+146 | |
| | | ||||||
| * | Add new layer actions. | tmk | 2013-01-09 | 5 | -278/+282 | |
| | | ||||||
| * | Fix action of system and consumer usage. | tmk | 2012-12-17 | 2 | -182/+36 | |
| | | ||||||
| * | Add initial fix for new keymap. | tmk | 2012-12-16 | 9 | -557/+898 | |
| | | ||||||
* | | 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 bitpop16() in util.c. | tmk | 2012-11-24 | 2 | -2/+11 | |
| | | ||||||
* | | 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. | |||||
* | | Fix and keymap of hid_liber from alaricljs at geekhack.org. | tmk | 2012-11-13 | 1 | -0/+1 | |
|/ | ||||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 3 | -3/+2 | |
| |