Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix image link 3 :( | tmk | 2012-11-01 | 1 | -3/+6 |
| | |||||
* | Fix image link 2 | tmk | 2012-11-01 | 1 | -3/+3 |
| | |||||
* | Fix image link in README.md | tmk | 2012-11-01 | 1 | -3/+3 |
| | |||||
* | Improve documentation | tmk | 2012-11-01 | 4 | -233/+201 |
| | |||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 7 | -46/+4 |
| | |||||
* | Merge branch 'print' | tmk | 2012-10-27 | 7 | -89/+242 |
|\ | |||||
| * | Add print_dec() and debug_dec(). | tmk | 2012-10-27 | 6 | -67/+130 |
| | | |||||
| * | Add print utility | tmk | 2012-10-23 | 4 | -72/+162 |
|/ | |||||
* | Merge branch 'sun' | tmk | 2012-10-21 | 7 | -18/+118 |
|\ | |||||
| * | 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 | 5 | -18/+74 |
|/ | |||||
* | Fix mousekey parameter bug | tmk | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Fix keymap to adjust new keyboard.c. | tmk | 2012-10-19 | 12 | -48/+48 |
| | |||||
* | Merge branch 'sun' | tmk | 2012-10-19 | 10 | -2/+765 |
|\ | |||||
| * | Use software serial for Sun. | tmk | 2012-10-19 | 9 | -279/+284 |
| | | |||||
| * | Add Sun converter initial files. | tmk | 2012-10-18 | 8 | -0/+758 |
|/ | |||||
* | Merge branch 'layerfix' | tmk | 2012-10-18 | 61 | -1585/+2261 |
|\ | |||||
| * | 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 | ||||
| * | Fix projects for new keycodes | tmk | 2012-10-17 | 30 | -424/+422 |
| | | |||||
| * | Fix HHKB iWRAP build | tmk | 2012-10-17 | 3 | -10/+13 |
| | | |||||
| * | Fix HHKB keymap | tmk | 2012-10-17 | 1 | -3/+3 |
| | | |||||
| * | HHKB scan matrix: fix wait time on power on | tmk | 2012-10-17 | 1 | -9/+12 |
| | | |||||
| * | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 5 | -84/+400 |
| | | |||||
| * | Add Mousekey parameters and accel keys. | tmk | 2012-10-17 | 4 | -63/+103 |
| | | |||||
| * | Fix commands | tmk | 2012-10-17 | 6 | -51/+64 |
| | |