summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2013-01-31Fix tapping. tap key just after tap timeout.tmk
2013-01-30Fix: action LAYER_BIT uses xor now instead of and/or.tmk
2013-01-30Fix process_tapping().tmk
2013-01-29Clean debug print in action.c.tmk
2013-01-28Clean code.tmk
2013-01-28Add tap toggle feature to action.tmk
2013-01-27Add oneshot modifier action.tmk
2013-01-27Fix keycodes. It has 32 Fn keys now.tmk
2013-01-27Remove test_func.tmk
2013-01-27New tapping logic.tmk
2013-01-24Minor fixes in keyboard.c.tmk
2013-01-23Add prototype of Action Function.tmk
2013-01-23Add bootmagic keys.(hhkb)tmk
- kick bootloader - enable debug print
2013-01-21Fix mods with tapping.tmk
2013-01-17Refactor struct keyevent_t.tmk
2013-01-17Fix mods with tap key but some problems still exists.tmk
- 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)]
2013-01-16Add support partly for modifier with tap key.tmk
2013-01-15Fix waiting_keys and periodical update for delaying layer.tmk
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk
2013-01-09Add new layer actions.tmk
2012-12-26Fix bug of FAILSAFE key clear.tmk
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
2012-12-17Fix action of system and consumer usage.tmk
2012-12-16Add initial fix for new keymap.tmk
2012-11-24Add bitpop16() in util.c.tmk
2012-11-23Fixes from Tranquilite@GH.tmk
- Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c.
2012-11-13Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk
2012-10-27Fix usage of debug flagtmk
2012-10-27Add print_dec() and debug_dec().tmk
2012-10-23Add print utilitytmk
2012-10-21Add LED feature to Sun convertertmk
2012-10-21Fix mousekey parameter bugtmk
2012-10-19Use software serial for Sun.tmk
2012-10-18Add child proof keyboard locking feature!tmk
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
2012-10-17Add command console and mouseky parameters tweak.tmk
2012-10-17Add Mousekey parameters and accel keys.tmk
2012-10-17Fix commandstmk
2012-10-17Fix use of default_layertmk
2012-10-17Fix layer switching and host API.tmk
2012-10-17Add subset of Xorg MouseKey acceleration parameters.tmk
2012-10-17Fix build option MOUSEKEY_ENABLE.tmk
2012-10-17Clean host.h interface.tmk
2012-10-17Add keycode.h and remove usb_keycodes.h.tmk
2012-10-17Add consumer/system usage support.tmk
2012-10-17Add repeating of Fn key with alt keycode.tmk
2012-10-17Initial version of new code for layer switch is added.tmk
2012-10-15Fix MCU name macro in bootloader.c.tmk
2012-09-04usb_hid: workaround for compile on Windows.tmk
2012-09-02usb_hid: Fix timer size uint16_t to uint32_t;tmk
2012-08-28Add USB to USB converter. unmature.tmk
2012-08-28test build of 'Host shield' in minimal env.tmk