feat(lighting): add backlight behavior
This commit is contained in:
parent
84365e6def
commit
85b2d30bd5
9 changed files with 371 additions and 2 deletions
11
app/include/dt-bindings/zmk/backlight.h
Normal file
11
app/include/dt-bindings/zmk/backlight.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2021 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#define BL_TOG 0
|
||||
#define BL_ON 1
|
||||
#define BL_OFF 2
|
||||
#define BL_INC 3
|
||||
#define BL_DEC 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue