Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-23 | Add BACKLIGHT_ENABLE conditional | tmk | 3 | -0/+8 | |
2013-06-22 | Fix typo | tmk | 1 | -1/+1 | |
2013-06-22 | Add support for backlight | Wraul | 9 | -0/+185 | |
2013-06-22 | Add default layer config to bootmagic | tmk | 7 | -9/+31 | |
2013-05-27 | Fixes to sleep LED. | Mathias Andersson | 1 | -0/+5 | |
Add help text. Add missing SLEEP_LED_ENABLE checks. | |||||
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 6 | -14/+13 | |
- Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html | |||||
2013-05-14 | Fix command.c and README | tmk | 1 | -1/+0 | |
2013-05-14 | Use dprint and dprintf for debug | tmk | 5 | -62/+72 | |
2013-05-14 | Add xprintf(xitoa) from elm-chan.org | tmk | 9 | -222/+788 | |
2013-04-13 | Remove common/controller_teensy.h | tmk | 1 | -27/+0 | |
2013-04-12 | Add media eject key support from tufty | tmk | 2 | -2/+6 | |
2013-04-07 | Fix bootmagic and eeconfig for virtual DIP SW | tmk | 10 | -166/+225 | |
2013-04-04 | Fix keymap for new actions | tmk | 1 | -2/+2 | |
2013-04-04 | Fix keymap of hhkb for new actions | tmk | 1 | -8/+10 | |
2013-04-04 | Fix keymap of gh60 | tmk | 1 | -7/+8 | |
2013-04-04 | Fix ACT_MODS action and switch_default_layer command | tmk | 2 | -8/+3 | |
2013-04-04 | Add file action_code.h | tmk | 2 | -286/+290 | |
2013-04-02 | Fix ACTION_LAYER macros | tmk | 1 | -26/+23 | |
2013-04-02 | Rename file layer_switch to action_layer | tmk | 5 | -6/+6 | |
2013-04-02 | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | 8 | -315/+263 | |
- Remove ACT_LAYER_BITOP | |||||
2013-03-31 | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 5 | -367/+86 | |
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | |||||
2013-03-28 | Add action_tapping.[ch] for refactoring | tmk | 4 | -369/+396 | |
2013-03-27 | Add sleep LED test command | tmk | 1 | -0/+8 | |
2013-03-27 | Add supsend and wakeup to pjrc stack | tmk | 1 | -0/+19 | |
2013-03-24 | Add common/suspend.c | tmk | 3 | -1/+95 | |
2013-03-21 | Clean action.c | tmk | 1 | -242/+246 | |
2013-03-21 | Add NO_ACTION_ONESHOT config option | tmk | 3 | -42/+81 | |
2013-03-19 | Add NO_ACTION_KEYMAP config option | tmk | 3 | -0/+21 | |
2013-03-19 | Add NO_ACTION_FUNCTION config option | tmk | 1 | -0/+4 | |
2013-03-19 | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | 3 | -6/+34 | |
2013-03-19 | Add NO_ACTION_OVERLAY config option | tmk | 3 | -0/+21 | |
2013-03-19 | Add COMMAND_ENABLE build option | tmk | 1 | -0/+4 | |
2013-03-19 | Add NO_PRINT and NO_DEBUG config options. | tmk | 5 | -32/+69 | |
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | |||||
2013-03-16 | Change sleep led step table to get smooth | tmk | 1 | -9/+20 | |
2013-03-16 | Add breathing sleep LED during USB suspend | tmk | 2 | -0/+94 | |
2013-03-12 | Fix debouncing and add legacy keymap support | tmk | 1 | -1/+1 | |
2013-03-12 | Add mechanical locking switch support for CapsLock | tmk | 3 | -1/+31 | |
2013-03-11 | Add build option BOOTMAGIC_ENABLE | tmk | 2 | -3/+7 | |
2013-03-11 | Fix debug parameter setting in eeconfig | tmk | 5 | -12/+31 | |
2013-03-11 | Fix legacy keymap support | tmk | 2 | -46/+61 | |
- need to define USE_LEGACY_KEYMAP to use legacy keymap | |||||
2013-03-11 | Add default value to BOOTLOADER_SIZE | tmk | 1 | -1/+2 | |
2013-03-10 | Add keyconf in eeconfig.c | tmk | 2 | -0/+24 | |
2013-03-10 | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | 2 | -6/+6 | |
2013-03-10 | Add KEYCONF to eeconfig.c | tmk | 5 | -23/+83 | |
2013-03-10 | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | 1 | -7/+9 | |
- define BOOTLOADER_SIZE in config.h instead of Makefile | |||||
2013-03-10 | Fix watchdog in bootloader jump | tmk | 1 | -10/+13 | |
- disable watchdog after watchdog reset - clear WDRF after watchdog reset | |||||
2013-03-09 | Add bootmagic.c and fix bootloader_jump | tmk | 5 | -49/+164 | |
2013-03-06 | Add eeconfig.c - eeprom stored paramerters | tmk | 4 | -4/+131 | |
2013-03-05 | Remove matrix_key_count() from matrix.h | tmk | 1 | -2/+0 | |
2013-03-05 | Fix ghost block and remove matrix_has_ghost() | tmk | 2 | -3/+24 | |