aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add user defined function to action.tmk2013-02-016-100/+167
|
* Add legacy keymap support.tmk2013-01-315-38/+151
|
* Fix tapping. tap key just after tap timeout.tmk2013-01-311-2/+1
|
* Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-302-19/+16
|
* Fix process_tapping().tmk2013-01-301-90/+166
|
* Clean debug print in action.c.tmk2013-01-294-23/+84
|
* Clean code.tmk2013-01-289-201/+226
|
* Add tap toggle feature to action.tmk2013-01-283-49/+145
|
* Add oneshot modifier action.tmk2013-01-273-175/+236
|
* Fix keycodes. It has 32 Fn keys now.tmk2013-01-271-11/+36
|
* Remove test_func.tmk2013-01-271-10/+1
|
* New tapping logic.tmk2013-01-274-164/+216
|
* Minor fixes in keyboard.c.tmk2013-01-242-14/+10
|
* Add prototype of Action Function.tmk2013-01-235-70/+185
|
* Add bootmagic keys.(hhkb)tmk2013-01-232-0/+25
| | | | | - kick bootloader - enable debug print
* Fix mods with tapping.tmk2013-01-212-192/+190
|
* Refactor struct keyevent_t.tmk2013-01-173-10/+19
|
* Fix mods with tap key but some problems still exists.tmk2013-01-172-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.tmk2013-01-163-189/+239
|
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-154-151/+90
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-135-33/+152
|
* Add new layer actions.tmk2013-01-096-315/+323
|
* Fix action of system and consumer usage.tmk2012-12-173-184/+38
|
* Add initial fix for new keymap.tmk2012-12-1614-611/+967
|
* Fix image link 3 :(tmk2012-11-011-3/+6
|
* Fix image link 2tmk2012-11-011-3/+3
|
* Fix image link in README.mdtmk2012-11-011-3/+3
|
* Improve documentationtmk2012-11-014-233/+201
|
* Fix usage of debug flagtmk2012-10-277-46/+4
|
* Merge branch 'print'tmk2012-10-277-89/+242
|\
| * Add print_dec() and debug_dec().tmk2012-10-276-67/+130
| |
| * Add print utilitytmk2012-10-234-72/+162
|/
* Merge branch 'sun'tmk2012-10-217-18/+118
|\
| * Add extra commands Bell/Click to Sun convertertmk2012-10-212-0/+44
| |
| * Add LED feature to Sun convertertmk2012-10-215-18/+74
|/
* Fix mousekey parameter bugtmk2012-10-211-1/+1
|
* Fix keymap to adjust new keyboard.c.tmk2012-10-1912-48/+48
|
* Merge branch 'sun'tmk2012-10-1910-2/+765
|\
| * Use software serial for Sun.tmk2012-10-199-279/+284
| |
| * Add Sun converter initial files.tmk2012-10-188-0/+758
|/
* Merge branch 'layerfix'tmk2012-10-1861-1585/+2261
|\
| * Add child proof keyboard locking feature!tmk2012-10-183-5/+22
| | | | | | | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
| * Fix projects for new keycodestmk2012-10-1730-424/+422
| |
| * Fix HHKB iWRAP buildtmk2012-10-173-10/+13
| |
| * Fix HHKB keymaptmk2012-10-171-3/+3
| |
| * HHKB scan matrix: fix wait time on power ontmk2012-10-171-9/+12
| |
| * Add command console and mouseky parameters tweak.tmk2012-10-175-84/+400
| |
| * Add Mousekey parameters and accel keys.tmk2012-10-174-63/+103
| |
| * Fix commandstmk2012-10-176-51/+64
| |
| * Fix use of default_layertmk2012-10-171-12/+20
| |