summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-0712-169/+246
|
* Add doc/build.md and doc/other_projects.mdtmk2013-04-063-218/+306
|
* Fix keymap for new actionstmk2013-04-052-11/+11
|
* Merge branch 'action_refine'tmk2013-04-0525-1239/+880
|\
| * Fix keymap of hhkb for new actionstmk2013-04-052-19/+18
| |
| * Fix doc/keymap.md for new actionstmk2013-04-051-39/+74
| |
| * Fix keymap of gh60tmk2013-04-056-57/+52
| |
| * Fix ACT_MODS action and switch_default_layer commandtmk2013-04-042-8/+3
| |
| * Add file action_code.htmk2013-04-042-286/+290
| |
| * Fix doc/keymap.mdtmk2013-04-031-130/+137
| |
| * Fix ACTION_LAYER macrostmk2013-04-031-26/+23
| |
| * Rename file layer_switch to action_layertmk2013-04-0210-60/+20
| |
| * Refine ACT_LAYER and ACT_LAYER_TAPtmk2013-04-028-315/+263
| | | | | | | | - Remove ACT_LAYER_BITOP
| * Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-318-401/+102
|/ | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Fix BOOTLOADER_SIZE settingtmk2013-03-2920-89/+16
|
* Refine README.mdtmk2013-03-291-62/+85
|
* Merge branch 'action_tapping'tmk2013-03-295-369/+397
|\
| * Add action_tapping.[ch] for refactoringtmk2013-03-295-369/+397
|/
* Merge branch 'matrix_scan_fix'tmk2013-03-277-92/+46
|\
| * Fix debouncing on gh60, hbkb, macwaytmk2013-03-277-92/+46
|/
* Merge branch 'suspend_fix'tmk2013-03-2710-93/+171
|\
| * Add sleep LED test commandtmk2013-03-271-0/+8
| |
| * Fix Makefile of gh60tmk2013-03-272-1/+11
| |
| * Add supsend and wakeup to pjrc stacktmk2013-03-274-91/+55
| |
| * Add common/suspend.ctmk2013-03-254-1/+97
|/
* Merge branch 'yeeeargh-patch'tmk2013-03-255-54/+164
|\
| * Fix hid_liber for new keymap framework by yeeearghtmk2013-03-255-54/+164
|/
* Merge branch 'add_build_options'tmk2013-03-2123-326/+531
|\
| * Changed Makefile and config.h for new optionstmk2013-03-216-17/+34
| |
| * Clean action.ctmk2013-03-211-242/+246
| |
| * Add NO_ACTION_ONESHOT config optiontmk2013-03-214-42/+82
| |
| * Fix Makefile and config.h of gh60 for new optionstmk2013-03-214-8/+19
| |
| * Add NO_ACTION_KEYMAP config optiontmk2013-03-204-0/+22
| |
| * Add NO_ACTION_FUNCTION config optiontmk2013-03-202-0/+5
| |
| * Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-204-6/+36
| |
| * Add NO_ACTION_OVERLAY config optiontmk2013-03-204-1/+23
| |
| * Add COMMAND_ENABLE build optiontmk2013-03-193-1/+10
| |
| * Add NO_PRINT and NO_DEBUG config options.tmk2013-03-197-32/+77
|/ | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Change sleep led step table to get smoothtmk2013-03-161-9/+20
|
* Add desription about breathing sleep LEDtmk2013-03-161-0/+3
|
* Merge branch 'remote_wakeup'tmk2013-03-165-4/+225
|\
| * Add breathing sleep LED during USB suspendtmk2013-03-165-9/+128
| |
| * Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
| |
| * Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|/
* Merge branch 'debouncing_fix'tmk2013-03-1210-165/+127
|\
| * Fix debouncing and add legacy keymap supporttmk2013-03-1210-165/+127
|/
* Fix Locking CapsLock support in ADB convertertmk2013-03-125-37/+16
|
* Add description of Locking CapsLock in READMEtmk2013-03-121-0/+8
|
* Merge branch 'locking_caps'tmk2013-03-124-18/+38
|\