aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Remove common/controller_teensy.htmk2013-04-131-27/+0
|
* Add media eject key support from tuftytmk2013-04-122-2/+6
|
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-0710-166/+225
|
* Fix keymap for new actionstmk2013-04-051-2/+2
|
* Fix keymap of hhkb for new actionstmk2013-04-051-8/+10
|
* Fix keymap of gh60tmk2013-04-051-7/+8
|
* Fix ACT_MODS action and switch_default_layer commandtmk2013-04-042-8/+3
|
* Add file action_code.htmk2013-04-042-286/+290
|
* Fix ACTION_LAYER macrostmk2013-04-031-26/+23
|
* Rename file layer_switch to action_layertmk2013-04-025-6/+6
|
* Refine ACT_LAYER and ACT_LAYER_TAPtmk2013-04-028-315/+263
| | | | - Remove ACT_LAYER_BITOP
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-315-367/+86
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Add action_tapping.[ch] for refactoringtmk2013-03-294-369/+396
|
* Add sleep LED test commandtmk2013-03-271-0/+8
|
* 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.