]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/zeal65/config.h
Added configurable defaults for RGB backlight indicators.
[qmk_firmware.git] / keyboards / zeal65 / config.h
index 24aae5e3681a5f5e545e879d790cca3d3446ed48..896deac8b8be5d2c3355c5c90861b383dacf8308 100644 (file)
 // Locking resynchronize hack
 #define LOCKING_RESYNC_ENABLE
 
-// key combination for command
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.
 #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0111000000000001
 #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0111110000000011
 
+#define RGB_BACKLIGHT_CAPS_LOCK_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
+#define RGB_BACKLIGHT_LAYER_1_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
+#define RGB_BACKLIGHT_LAYER_2_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
+#define RGB_BACKLIGHT_LAYER_3_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
+
 #define DYNAMIC_KEYMAP_LAYER_COUNT 4
 
 // EEPROM usage
 #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 666
 #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 358
 #define DYNAMIC_KEYMAP_MACRO_COUNT 16
-