diff options
Diffstat (limited to 'keyboards/zeal60/rgb_backlight_api.h')
| -rw-r--r-- | keyboards/zeal60/rgb_backlight_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/zeal60/rgb_backlight_api.h b/keyboards/zeal60/rgb_backlight_api.h index 01827e849..680ba4d99 100644 --- a/keyboards/zeal60/rgb_backlight_api.h +++ b/keyboards/zeal60/rgb_backlight_api.h | |||
| @@ -38,5 +38,6 @@ enum backlight_config_value | |||
| 38 | id_layer_2_indicator_row_col = 0x13, | 38 | id_layer_2_indicator_row_col = 0x13, |
| 39 | id_layer_3_indicator_color = 0x14, | 39 | id_layer_3_indicator_color = 0x14, |
| 40 | id_layer_3_indicator_row_col = 0x15, | 40 | id_layer_3_indicator_row_col = 0x15, |
| 41 | id_alphas_mods = 0x16 | 41 | id_alphas_mods = 0x16, |
| 42 | id_custom_color = 0x17 | ||
| 42 | }; | 43 | }; |
