tmk
d52d554360
Fix mod stuck of MODS_KEY when leaving layer #62
...
- Add action_util.c and remove action_oneshot.c
- Add oneshot_mods for MODS_ONESHOT
- Add weak_mods for MODS_KEY and MACRO
- weak_mods is cleared when layer switching
11 years ago
tmk
9f29fa6bf3
Fix version info command
11 years ago
tmk
8bc96ac571
Add version string
11 years ago
tmk
25ad212c4a
Add BACKLIGHT_ENABLE conditional
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
adbd15d5bd
Fix command.c and README
12 years ago
tmk
4e93b3fa67
Fix bootmagic and eeconfig for virtual DIP SW
12 years ago
tmk
f9a7e224a4
Fix ACT_MODS action and switch_default_layer command
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
ac509aa079
Add sleep LED test command
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
ef8439bddb
Add build option BOOTMAGIC_ENABLE
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
4d64fd8faa
Add bootmagic.c and fix bootloader_jump
12 years ago
tmk
359b68d35f
Add eeconfig.c - eeprom stored paramerters
12 years ago
tmk
e0f960a576
Add overlay framework
12 years ago
tmk
e324fa2918
Rewrite layer action with layer_switch
12 years ago
tmk
d9f2875866
Replace layer_stack with layer_switch
12 years ago
tmk
2b811352a1
Fix switch_default_layer command
12 years ago
tmk
a4aae1c505
Change: 0 means default_layer in current_layer now
...
- current_layer indicates active layer at the time
- default_layer indicates base layer
- default_layer is used when current_layer is 0
- with this LAYER_BIT action works as overlay even if
default_layer varies other than layer 0.
12 years ago
tmk
f02431e9da
Fix 'chage default layer' command.
12 years ago
tmk
8c80deb775
Merge branch 'keymap2'
...
Conflicts:
common/keyboard.c
12 years ago
tmk
1e3e41a2c9
Clean code.
12 years ago
tmk
6caefe9649
Fixes from Tranquilite@GH.
...
- Fix keyboard_task() when matrix column size > 16
- Add clear_keyboard() in NKRO command to avoid stucking keys.
- Fix function name in print.c.
12 years ago
tmk
220de27bed
Add print_dec() and debug_dec().
12 years ago
tmk
ad24858e4f
Add print utility
12 years ago
tmk
fffc375b45
Add child proof keyboard locking feature!
...
Fix: add wait for Power down command
Add ifdef of MOUSEKEY_ENABLE
12 years ago
tmk
30eb3e3520
Add command console and mouseky parameters tweak.
12 years ago
tmk
e451c05929
Fix commands
12 years ago
tmk
71ac82337f
Clean host.h interface.
12 years ago
tmk
373ab0e719
Add keycode.h and remove usb_keycodes.h.
12 years ago
tmk
4ae979f6ef
Initial version of new code for layer switch is added.
12 years ago
tmk
a112f3614e
confirm SetReport LED.
13 years ago
tmk
f412570739
Moved files to common, protocol and doc directory
13 years ago