aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Add supsend and wakeup to pjrc stacktmk2013-03-271-0/+19
|
* Add common/suspend.ctmk2013-03-253-1/+95
|
* Clean action.ctmk2013-03-211-242/+246
|
* Add NO_ACTION_ONESHOT config optiontmk2013-03-213-42/+81
|
* Add NO_ACTION_KEYMAP config optiontmk2013-03-203-0/+21
|
* Add NO_ACTION_FUNCTION config optiontmk2013-03-201-0/+4
|
* Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-203-6/+34
|
* Add NO_ACTION_OVERLAY config optiontmk2013-03-203-0/+21
|
* Add COMMAND_ENABLE build optiontmk2013-03-191-0/+4
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-195-32/+69
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Change sleep led step table to get smoothtmk2013-03-161-9/+20
|
* Add breathing sleep LED during USB suspendtmk2013-03-162-0/+94
|
* Fix debouncing and add legacy keymap supporttmk2013-03-121-1/+1
|
* Add mechanical locking switch support for CapsLocktmk2013-03-123-1/+31
|
* Add build option BOOTMAGIC_ENABLEtmk2013-03-112-3/+7
|
* Fix debug parameter setting in eeconfigtmk2013-03-115-12/+31
|
* Fix legacy keymap supporttmk2013-03-112-46/+61
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Add default value to BOOTLOADER_SIZEtmk2013-03-111-1/+2
|
* Add keyconf in eeconfig.ctmk2013-03-112-0/+24
|
* Rename HOST_* to PROTOCOL_* in protocol/*.mktmk2013-03-112-6/+6
|
* Add KEYCONF to eeconfig.ctmk2013-03-105-23/+83
|
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-101-7/+9
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
* Fix watchdog in bootloader jumptmk2013-03-101-10/+13
| | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
* Add bootmagic.c and fix bootloader_jumptmk2013-03-095-49/+164
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-074-4/+131
|
* Remove matrix_key_count() from matrix.htmk2013-03-051-2/+0
|
* Fix ghost block and remove matrix_has_ghost()tmk2013-03-052-3/+24
|
* Merge branch 'overlays'tmk2013-03-0511-318/+811
|\
| * Fix keymap for new frameworktmk2013-03-051-10/+8
| |
| * Clean action.h and add keymap doctmk2013-03-052-54/+20
| |
| * Create keymap.mdtmk2013-03-041-0/+4
| |
| * Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-6/+0
| |
| * Add tap flags on record_ttmk2013-02-263-25/+40
| |
| * Add MACRO actiontmk2013-02-254-30/+39
| |
| * Fix README and comments in action.htmk2013-02-231-7/+7
| |
| * Fix tap key bug: layer stucktmk2013-02-201-12/+12
| | | | | | | | - Can't use Invert action for tap key, use On/Off insted.
| * Add keymap clear/reset actiontmk2013-02-203-17/+44
| |
| * Add overlay frameworktmk2013-02-207-341/+585
| |
| * Rewrite layer action with layer_switchtmk2013-02-167-112/+148
| |
| * Replace layer_stack with layer_switchtmk2013-02-156-181/+123
| |
| * Fix switch_default_layer commandtmk2013-02-153-15/+26
| |
| * Add layer_stack files taking apart from action.ctmk2013-02-153-105/+166
| |
| * Change: 0 means default_layer in current_layer nowtmk2013-02-152-20/+26
| | | | | | | | | | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0.
| * Add layer stacktmk2013-02-142-104/+284
| |
* | Fix bit shift which is beyond int size(16bit)tmk2013-02-251-1/+1
|/
* Change struct key_ttmk2013-02-134-13/+7
|
* Change action APItmk2013-02-134-124/+118
|
* Change keymap APItmk2013-02-132-21/+46
|
* Make Transparent feature available to new keymaps.tmk2013-02-133-8/+28
|
* Fix 'chage default layer' command.tmk2013-02-121-14/+7
|