summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Add macro feature.tmk6-15/+190
2013-02-01Add user defined function to action.tmk5-50/+54
2013-01-31Add legacy keymap support.tmk5-38/+151
2013-01-31Fix tapping. tap key just after tap timeout.tmk1-2/+1
2013-01-30Fix: action LAYER_BIT uses xor now instead of and/or.tmk2-19/+16
2013-01-30Fix process_tapping().tmk1-90/+166
2013-01-29Clean debug print in action.c.tmk4-23/+84
2013-01-28Clean code.tmk6-200/+220
2013-01-28Add tap toggle feature to action.tmk2-47/+141
2013-01-27Add oneshot modifier action.tmk2-172/+227
2013-01-27Fix keycodes. It has 32 Fn keys now.tmk1-11/+36
2013-01-27Remove test_func.tmk1-10/+1
2013-01-26New tapping logic.tmk4-164/+216
2013-01-23Minor fixes in keyboard.c.tmk2-14/+10
2013-01-23Add prototype of Action Function.tmk4-68/+167
2013-01-23Add bootmagic keys.(hhkb)tmk1-0/+11
2013-01-21Fix mods with tapping.tmk2-192/+190
2013-01-17Refactor struct keyevent_t.tmk3-10/+19
2013-01-17Fix mods with tap key but some problems still exists.tmk2-67/+102
2013-01-16Add support partly for modifier with tap key.tmk2-174/+236
2013-01-14Fix waiting_keys and periodical update for delaying layer.tmk3-150/+90
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk4-31/+146
2013-01-09Add new layer actions.tmk5-278/+282
2012-12-16Fix action of system and consumer usage.tmk2-182/+36
2012-12-15Add initial fix for new keymap.tmk9-557/+898
2012-10-26Fix usage of debug flagtmk3-3/+2
2012-10-26Add print_dec() and debug_dec().tmk6-67/+130
2012-10-22Add print utilitytmk4-72/+162
2012-10-21Add LED feature to Sun convertertmk1-0/+7
2012-10-21Fix mousekey parameter bugtmk1-1/+1
2012-10-19Use software serial for Sun.tmk1-1/+1
2012-10-17Add child proof keyboard locking feature!tmk3-5/+22
2012-10-17Add command console and mouseky parameters tweak.tmk4-79/+395
2012-10-17Add Mousekey parameters and accel keys.tmk3-59/+99
2012-10-17Fix commandstmk6-51/+64
2012-10-17Fix use of default_layertmk1-12/+20
2012-10-17Fix layer switching and host API.tmk4-156/+194
2012-10-17Add subset of Xorg MouseKey acceleration parameters.tmk1-28/+74
2012-10-17Fix build option MOUSEKEY_ENABLE.tmk2-16/+32
2012-10-17Clean host.h interface.tmk4-118/+77
2012-10-17Add keycode.h and remove usb_keycodes.h.tmk6-505/+510
2012-10-17Add consumer/system usage support.tmk5-38/+141
2012-10-17Add repeating of Fn key with alt keycode.tmk2-7/+22
2012-10-17Initial version of new code for layer switch is added.tmk14-437/+575
2012-10-15Fix MCU name macro in bootloader.c.tmk1-1/+1
2012-09-04usb_hid: workaround for compile on Windows.tmk1-0/+3
2012-09-02usb_hid: Fix timer size uint16_t to uint32_t;tmk3-7/+45
2012-08-28Add USB to USB converter. unmature.tmk2-0/+10
2012-08-28test build of 'Host shield' in minimal env.tmk6-9/+57
2012-06-30Add support of USBasp bootloader.tmk1-0/+30