You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
149 B
10 lines
149 B
4 years ago
|
|
||
|
#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)
|