Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add print_dec() and debug_dec(). | tmk | 2012-10-27 | 6 | -67/+130 | |
| | ||||||
* | Add print utility | tmk | 2012-10-23 | 4 | -72/+162 | |
| | ||||||
* | Add LED feature to Sun converter | tmk | 2012-10-21 | 1 | -0/+7 | |
| | ||||||
* | Fix mousekey parameter bug | tmk | 2012-10-21 | 1 | -1/+1 | |
| | ||||||
* | Use software serial for Sun. | tmk | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | Add child proof keyboard locking feature! | tmk | 2012-10-18 | 3 | -5/+22 | |
| | | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | |||||
* | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 4 | -79/+395 | |
| | ||||||
* | Add Mousekey parameters and accel keys. | tmk | 2012-10-17 | 3 | -59/+99 | |
| | ||||||
* | Fix commands | tmk | 2012-10-17 | 6 | -51/+64 | |
| | ||||||
* | Fix use of default_layer | tmk | 2012-10-17 | 1 | -12/+20 | |
| | ||||||
* | Fix layer switching and host API. | tmk | 2012-10-17 | 4 | -156/+194 | |
| | ||||||
* | Add subset of Xorg MouseKey acceleration parameters. | tmk | 2012-10-17 | 1 | -28/+74 | |
| | ||||||
* | Fix build option MOUSEKEY_ENABLE. | tmk | 2012-10-17 | 2 | -16/+32 | |
| | ||||||
* | Clean host.h interface. | tmk | 2012-10-17 | 4 | -118/+77 | |
| | ||||||
* | Add keycode.h and remove usb_keycodes.h. | tmk | 2012-10-17 | 6 | -505/+510 | |
| | ||||||
* | Add consumer/system usage support. | tmk | 2012-10-17 | 5 | -38/+141 | |
| |