mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* Start of work of focusing on out-of-tree user keymaps.
Add ZMK_CONFIG support.
* General external configuration supported via ZMK_CONFIG,
which should point to a configuration directory.
* Priority order of overlay files to select.
* ${SHIELD}_${BOARD}.overlay
* ${SHIELD}.overlay
* ${BOARD}.overlay
* default.overlay
* Equivalent search order for .conf files for initial Kconfig
values.
10 lines
149 B
C
10 lines
149 B
C
|
|
#include <dt-bindings/zmk/keys.h>
|
|
|
|
#define DEFAULT 0
|
|
#define RAISE 1
|
|
#define LOWER 2
|
|
|
|
#define CC_RAIS ZC_CSTM(RAISE)
|
|
#define CC_LOWR ZC_CSTM(LOWER)
|