summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 bug of FAILSAFE key clear.tmk2012-12-261-0/+4
| | | | | | | | http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
* | Add bitpop16() in util.c.tmk2012-11-242-2/+11
| |
* | Fixes from Tranquilite@GH.tmk2012-11-233-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.tmk2012-11-131-0/+1
|/
* 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
|
* Add Makefile.lufa to keyboard/hhkb and hbkb.tmk2012-06-301-0/+1
|
* Fix bootloader.ctmk2012-06-301-17/+51
|
* confirm SetReport LED.tmk2012-06-292-1/+5
|
* Add consumer/system control feature to LUFA.tmk2012-06-282-14/+7
|
* Add LUFA mouse feature and fix mouse report.tmk2012-06-281-3/+2
| | | | | | - add LUFA boot mouse feature - remove report_id from mouse report - fix LUFA descriptor