]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/wilba_tech/wt_rgb_backlight_api.h
Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)
[qmk_firmware.git] / keyboards / wilba_tech / wt_rgb_backlight_api.h
1 /* Copyright 2017 Jason Williams (Wilba)
2  *
3  * This program is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation, either version 2 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15  */
16 #pragma once
17
18 enum wt_rgb_backlight_config_value
19 {
20         id_use_split_backspace = 0x01,
21         id_use_split_left_shift = 0x02,
22         id_use_split_right_shift = 0x03,
23         id_use_7u_spacebar = 0x04,
24         id_use_iso_enter = 0x05,
25         id_disable_hhkb_blocker_leds = 0x06,
26         id_disable_when_usb_suspended = 0x07,
27         id_disable_after_timeout = 0x08,
28         id_brightness = 0x09,
29         id_effect = 0x0A,
30         id_effect_speed = 0x0B,
31         id_color_1 = 0x0C,
32         id_color_2 = 0x0D,
33         id_caps_lock_indicator_color = 0x0E,
34         id_caps_lock_indicator_row_col = 0x0F,
35         id_layer_1_indicator_color = 0x10,
36         id_layer_1_indicator_row_col = 0x11,
37         id_layer_2_indicator_color = 0x12,
38         id_layer_2_indicator_row_col = 0x13,
39         id_layer_3_indicator_color = 0x14,
40         id_layer_3_indicator_row_col = 0x15,
41         id_alphas_mods = 0x16,
42         id_custom_color = 0x17
43 };