summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Add macro feature.tmk2013-02-046-15/+190
|
* Add user defined function to action.tmk2013-02-015-50/+54
|
* 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-286-200/+220
|
* Add tap toggle feature to action.tmk2013-01-282-47/+141
|
* Add oneshot modifier action.tmk2013-01-272-172/+227
|
* 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-234-68/+167
|
* Add bootmagic keys.(hhkb)tmk2013-01-231-0/+11
| | | | | - 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-162-174/+236
|
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-153-150/+90
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-134-31/+146
|
* Add new layer actions.tmk2013-01-095-278/+282
|
* Fix action of system and consumer usage.tmk2012-12-172-182/+36
|
* Add initial fix for new keymap.tmk2012-12-169-557/+898
|
* Fix usage of debug flagtmk2012-10-273-3/+2
|
* Add print_dec() and debug_dec().tmk2012-10-276-67/+130
|
* Add print utilitytmk2012-10-234-72/+162
|
* Add LED feature to Sun convertertmk2012-10-211-0/+7
|
* Fix mousekey parameter bugtmk2012-10-211-1/+1
|
* Use software serial for Sun.tmk2012-10-191-1/+1
|
* Add child proof keyboard locking feature!tmk2012-10-183-5/+22
| | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
* Add command console and mouseky parameters tweak.tmk2012-10-174-79/+395
|
* Add Mousekey parameters and accel keys.tmk2012-10-173-59/+99
|
* Fix commandstmk2012-10-176-51/+64
|
* Fix use of default_layertmk2012-10-171-12/+20
|
* Fix layer switching and host API.tmk2012-10-174-156/+194
|
* Add subset of Xorg MouseKey acceleration parameters.tmk2012-10-171-28/+74
|
* Fix build option MOUSEKEY_ENABLE.tmk2012-10-172-16/+32
|
* Clean host.h interface.tmk2012-10-174-118/+77
|
* Add keycode.h and remove usb_keycodes.h.tmk2012-10-176-505/+510
|
* Add consumer/system usage support.tmk2012-10-175-38/+141
|
* Add repeating of Fn key with alt keycode.tmk2012-10-172-7/+22
|
* Initial version of new code for layer switch is added.tmk2012-10-1714-437/+575
|
* Fix MCU name macro in bootloader.c.tmk2012-10-151-1/+1
|
* usb_hid: workaround for compile on Windows.tmk2012-09-041-0/+3
|
* usb_hid: Fix timer size uint16_t to uint32_t;tmk2012-09-023-7/+45
|
* Add USB to USB converter. unmature.tmk2012-08-282-0/+10
|
* test build of 'Host shield' in minimal env.tmk2012-08-286-9/+57
|
* Add support of USBasp bootloader.tmk2012-06-301-0/+30
|