Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ACT_MODS action and switch_default_layer command | tmk | 2013-04-04 | 2 | -8/+3 | |
| | ||||||
* | Add file action_code.h | tmk | 2013-04-04 | 2 | -286/+290 | |
| | ||||||
* | Fix ACTION_LAYER macros | tmk | 2013-04-03 | 1 | -26/+23 | |
| | ||||||
* | Rename file layer_switch to action_layer | tmk | 2013-04-02 | 5 | -6/+6 | |
| | ||||||
* | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | 2013-04-02 | 8 | -315/+263 | |
| | | | | - Remove ACT_LAYER_BITOP | |||||
* | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 2013-03-31 | 5 | -367/+86 | |
| | | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | |||||
* | Add action_tapping.[ch] for refactoring | tmk | 2013-03-29 | 4 | -369/+396 | |
| | ||||||
* | Add sleep LED test command | tmk | 2013-03-27 | 1 | -0/+8 | |
| | ||||||
* | Add supsend and wakeup to pjrc stack | tmk | 2013-03-27 | 1 | -0/+19 | |
| | ||||||
* | Add common/suspend.c | tmk | 2013-03-25 | 3 | -1/+95 | |
| | ||||||
* | Clean action.c | tmk | 2013-03-21 | 1 | -242/+246 | |
| | ||||||
* | Add NO_ACTION_ONESHOT config option | tmk | 2013-03-21 | 3 | -42/+81 | |
| | ||||||
* | Add NO_ACTION_KEYMAP config option | tmk | 2013-03-20 | 3 | -0/+21 | |
| | ||||||
* | Add NO_ACTION_FUNCTION config option | tmk | 2013-03-20 | 1 | -0/+4 | |
| | ||||||
* | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | 2013-03-20 | 3 | -6/+34 | |
| | ||||||
* | Add NO_ACTION_OVERLAY config option | tmk | 2013-03-20 | 3 | -0/+21 | |
| | ||||||
* | Add COMMAND_ENABLE build option | tmk | 2013-03-19 | 1 | -0/+4 | |
| | ||||||
* | Add NO_PRINT and NO_DEBUG config options. | tmk | 2013-03-19 | 5 | -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 smooth | tmk | 2013-03-16 | 1 | -9/+20 | |
| | ||||||
* | Add breathing sleep LED during USB suspend | tmk | 2013-03-16 | 2 | -0/+94 | |
| | ||||||
* | Fix debouncing and add legacy keymap support | tmk | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | Add mechanical locking switch support for CapsLock | tmk | 2013-03-12 | 3 | -1/+31 | |
| | ||||||
* | Add build option BOOTMAGIC_ENABLE | tmk | 2013-03-11 | 2 | -3/+7 | |
| | ||||||
* | Fix debug parameter setting in eeconfig | tmk | 2013-03-11 | 5 | -12/+31 | |
| | ||||||
* | Fix legacy keymap support | tmk | 2013-03-11 | 2 | -46/+61 | |
| | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap | |||||
* | Add default value to BOOTLOADER_SIZE | tmk | 2013-03-11 | 1 | -1/+2 | |
| | ||||||
* | Add keyconf in eeconfig.c | tmk | 2013-03-11 | 2 | -0/+24 | |
| | ||||||
* | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | 2013-03-11 | 2 | -6/+6 | |
| | ||||||
* | Add KEYCONF to eeconfig.c | tmk | 2013-03-10 | 5 | -23/+83 | |
| | ||||||
* | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | 2013-03-10 | 1 | -7/+9 | |
| | | | | - define BOOTLOADER_SIZE in config.h instead of Makefile | |||||
* | Fix watchdog in bootloader jump | tmk | 2013-03-10 | 1 | -10/+13 | |
| | | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset | |||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 5 | -49/+164 | |
| | ||||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 4 | -4/+131 | |
| | ||||||
* | Remove matrix_key_count() from matrix.h | tmk | 2013-03-05 | 1 | -2/+0 | |
| | ||||||
* | Fix ghost block and remove matrix_has_ghost() | tmk | 2013-03-05 | 2 | -3/+24 | |
| | ||||||
* | Merge branch 'overlays' | tmk | 2013-03-05 | 11 | -318/+811 | |
|\ | ||||||
| * | Fix keymap for new framework | tmk | 2013-03-05 | 1 | -10/+8 | |
| | | ||||||
| * | Clean action.h and add keymap doc | tmk | 2013-03-05 | 2 | -54/+20 | |
| | | ||||||
| * | Create keymap.md | tmk | 2013-03-04 | 1 | -0/+4 | |
| | | ||||||
| * | Fix SET_DEFAULT_LAYER action and keymap of gh60 | tmk | 2013-02-27 | 1 | -6/+0 | |
| | | ||||||
| * | Add tap flags on record_t | tmk | 2013-02-26 | 3 | -25/+40 | |
| | | ||||||
| * | Add MACRO action | tmk | 2013-02-25 | 4 | -30/+39 | |
| | | ||||||
| * | Fix README and comments in action.h | tmk | 2013-02-23 | 1 | -7/+7 | |
| | | ||||||
| * | Fix tap key bug: layer stuck | tmk | 2013-02-20 | 1 | -12/+12 | |
| | | | | | | | | - Can't use Invert action for tap key, use On/Off insted. | |||||
| * | Add keymap clear/reset action | tmk | 2013-02-20 | 3 | -17/+44 | |
| | | ||||||
| * | Add overlay framework | tmk | 2013-02-20 | 7 | -341/+585 | |
| | | ||||||
| * | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 7 | -112/+148 | |
| | | ||||||
| * | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 6 | -181/+123 | |
| | | ||||||
| * | Fix switch_default_layer command | tmk | 2013-02-15 | 3 | -15/+26 | |
| | | ||||||
| * | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 3 | -105/+166 | |
| | |