underglow-layer: use behaviors to control RGBs
This commit is contained in:
parent
aa151f7473
commit
f178f86a54
20 changed files with 352 additions and 26 deletions
9
app/include/dt-bindings/zmk/hid_indicators.h
Normal file
9
app/include/dt-bindings/zmk/hid_indicators.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#define NUM_LOCK 0
|
||||
#define CAPS_LOCK 1
|
||||
#define SCROLL_LOCK 2
|
||||
|
|
@ -14,4 +14,5 @@
|
|||
#define PURPLE 0x800080
|
||||
#define PINK 0xffc0cb
|
||||
#define WHITE 0xffffff
|
||||
#define ______ 0x000000
|
||||
#define ___ 0x000000
|
||||
#define BLACK 0x000000
|
||||
Loading…
Add table
Add a link
Reference in a new issue