summaryrefslogtreecommitdiffstats
path: root/keyboards/rama
diff options
context:
space:
mode:
authormechmerlin <mechmerlin@gmail.com>2019-04-12 03:26:43 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-12 03:49:28 +0200
commit2a55368a59e8fcacff19ab9da7c857fa14fc9a11 (patch)
treea520855ffed11bec15326768ae7ba6335ac05720 /keyboards/rama
parent2df82514ab9e33342d985e7b6065c3b921402391 (diff)
downloadqmk_firmware-2a55368a59e8fcacff19ab9da7c857fa14fc9a11.tar.gz
qmk_firmware-2a55368a59e8fcacff19ab9da7c857fa14fc9a11.tar.xz
add in the missing #defines
Diffstat (limited to 'keyboards/rama')
-rw-r--r--keyboards/rama/koyu/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/rama/koyu/config.h b/keyboards/rama/koyu/config.h
index 12dc3d02b..e7817e79a 100644
--- a/keyboards/rama/koyu/config.h
+++ b/keyboards/rama/koyu/config.h
@@ -90,9 +90,19 @@
// disable backlight after timeout in minutes, 0 = no timeout
#define RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT 0
+// the default brightness
+#define RGB_BACKLIGHT_BRIGHTNESS 255
+
// the default effect (RGB test)
#define RGB_BACKLIGHT_EFFECT 255
+// the default effect speed (0-3)
+#define RGB_BACKLIGHT_EFFECT_SPEED 0
+
+// the default color1 and color2
+#define RGB_BACKLIGHT_COLOR_1 { .h = 0, .s = 255 }
+#define RGB_BACKLIGHT_COLOR_2 { .h = 127, .s = 255 }
+
// These define which keys in the matrix are alphas/mods
// Used for backlight effects so colors are different for
// alphas vs. mods
@@ -104,6 +114,11 @@
#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0111000000000001
#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0111100000000111
+#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