Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- define BOOTLOADER_SIZE in config.h instead of Makefile
|
|
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|