Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- need to define USE_LEGACY_KEYMAP to use legacy keymap
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|