tmk
58ca7b904b
Merge branch 'tapping_fix60'
11 years ago
tmk
9f29fa6bf3
Fix version info command
11 years ago
tmk
0ca415004a
Fix bootloader jump use word address
...
- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
11 years ago
tmk
4d0b3aace0
Fix Tapping: release of a key pressed before tap
...
- immediately process release event of a key pressed before tapping
11 years ago
tmk
c7faa51ee8
Fix action macros
11 years ago
tmk
8bc96ac571
Add version string
11 years ago
tmk
c274cc8cdc
Fix tapping count over flow(issue #52 )
11 years ago
tmk
daa4a4235f
Add NKRO support for LUFA
11 years ago
tmk
05225dd9d8
Add bootmagic salt key to avoid accidental configuration
11 years ago
tmk
2721022078
Add mechanical locking switch support for NumLock and ScrollLock
11 years ago
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
12 years ago
tmk
82aec46722
Fix typo
12 years ago
Wraul
1eb8523e95
Add support for backlight
12 years ago
tmk
9de9d71952
Add default layer config to bootmagic
12 years ago
Mathias Andersson
ddf1759dbe
Fixes to sleep LED.
...
Add help text.
Add missing SLEEP_LED_ENABLE checks.
12 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