zmk_mf68/app/include/dt-bindings/zmk/backlight.h

12 lines
170 B
C
Raw Normal View History

2021-10-10 03:24:37 +11:00
/*
* 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