Commit Graph

143 Commits (6aaa6e0ef9aa1e464b67723fd4cdd0d63b2c861d)

Author SHA1 Message Date
tmk 6aaa6e0ef9 Add support for macro media/system keys 11 years ago
tmk 3e023e5b0c Cancel tapping when interrupted by other key 11 years ago
tmk f8fbecff4d Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT 11 years ago
tmk 25ad212c4a Add BACKLIGHT_ENABLE conditional 11 years ago
tmk 82aec46722 Fix typo 11 years ago
Wraul 1eb8523e95 Add support for backlight 11 years ago
tmk 9de9d71952 Add default layer config to bootmagic 11 years ago
Mathias Andersson ddf1759dbe Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
11 years ago
tmk 796defa86c Fix deprecated 'prog_*' typedef - Issue #34
- 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
12 years ago
tmk adbd15d5bd Fix command.c and README 12 years ago
tmk ff2d276b19 Use dprint and dprintf for debug 12 years ago
tmk d9c06db600 Add xprintf(xitoa) from elm-chan.org 12 years ago
tmk 540d0700dc Remove common/controller_teensy.h 12 years ago
tmk 09e1eded8b Add media eject key support from tufty 12 years ago
tmk 4e93b3fa67 Fix bootmagic and eeconfig for virtual DIP SW 12 years ago
tmk c26a5eb2ac Fix keymap for new actions 12 years ago
tmk fbea2a3aae Fix keymap of hhkb for new actions 12 years ago
tmk 489fd75fdf Fix keymap of gh60 12 years ago
tmk f9a7e224a4 Fix ACT_MODS action and switch_default_layer command 12 years ago
tmk ebe798f081 Add file action_code.h 12 years ago
tmk d612242692 Fix ACTION_LAYER macros 12 years ago
tmk c6d88d2795 Rename file layer_switch to action_layer 12 years ago
tmk cc8e66754b Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
12 years ago
tmk 10f33a3e48 Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk c69f7e1069 Add action_tapping.[ch] for refactoring 12 years ago
tmk ac509aa079 Add sleep LED test command 12 years ago
tmk afc3148e23 Add supsend and wakeup to pjrc stack 12 years ago
tmk 2c0bb5e7e6 Add common/suspend.c 12 years ago
tmk 74aea627e7 Clean action.c 12 years ago
tmk d44290b91b Add NO_ACTION_ONESHOT config option 12 years ago
tmk dbcac865b9 Add NO_ACTION_KEYMAP config option 12 years ago
tmk ecb7550a91 Add NO_ACTION_FUNCTION config option 12 years ago
tmk 9757f960f9 Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options 12 years ago
tmk b057511f45 Add NO_ACTION_OVERLAY config option 12 years ago
tmk 1687041267 Add COMMAND_ENABLE build option 12 years ago
tmk 9a106537f6 Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
12 years ago
tmk db79c1160b Change sleep led step table to get smooth 12 years ago
tmk f0c5f1b910 Add breathing sleep LED during USB suspend 12 years ago
tmk 30f9baf898 Fix debouncing and add legacy keymap support 12 years ago
tmk 92b92dd78f Add mechanical locking switch support for CapsLock 12 years ago
tmk ef8439bddb Add build option BOOTMAGIC_ENABLE 12 years ago
tmk d055e0633e Fix debug parameter setting in eeconfig 12 years ago
tmk 1d5bbb55f2 Fix legacy keymap support
- need to define USE_LEGACY_KEYMAP to use legacy keymap
12 years ago
tmk fe2230cf60 Add default value to BOOTLOADER_SIZE 12 years ago
tmk e4fbaf30be Add keyconf in eeconfig.c 12 years ago
tmk 09bd1aef12 Rename HOST_* to PROTOCOL_* in protocol/*.mk 12 years ago
tmk de8ef18a53 Add KEYCONF to eeconfig.c 12 years ago
tmk 51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
12 years ago
tmk 4d64fd8faa Add bootmagic.c and fix bootloader_jump 12 years ago