Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- Can't use Invert action for tap key, use On/Off insted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
common/keyboard.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- kick bootloader
- enable debug print
|
|
|
|
|
|
- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
mods(u)]
|
|
|
|
|
|
|
|
|
|
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
|
|
|
|
|