aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hineybush/hbcp/keymaps/hiney/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hineybush/hbcp/keymaps/hiney/config.h')
-rw-r--r--keyboards/hineybush/hbcp/keymaps/hiney/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/hineybush/hbcp/keymaps/hiney/config.h b/keyboards/hineybush/hbcp/keymaps/hiney/config.h
index 2d8bbf3a7..b864d6a63 100644
--- a/keyboards/hineybush/hbcp/keymaps/hiney/config.h
+++ b/keyboards/hineybush/hbcp/keymaps/hiney/config.h
@@ -22,6 +22,22 @@
22 #define HSV_SOFT_PINK 255, 110, 100 // Define custom "soft pink" color 22 #define HSV_SOFT_PINK 255, 110, 100 // Define custom "soft pink" color
23#endif 23#endif
24 24
25#ifndef HSV_SOFT_WHITE
26 #define HSV_SOFT_WHITE 0, 0, 90 // Define custom "soft white" color
27#endif
28
29#ifndef HSV_WARM_WHITE
30 #define HSV_WARM_WHITE 41, 105, 90 // Define custom "warm white" color
31#endif
32
33#ifndef HSV_SOFT_RED
34 #define HSV_SOFT_RED 0, 240, 160 // Define custom "soft red" color
35#endif
36
37#ifndef HSV_SOFT_BLUE
38 #define HSV_SOFT_BLUE 159, 180, 160 // Define custom "soft blue" color
39#endif
40
25#ifndef HSV_BLACK 41#ifndef HSV_BLACK
26 #define HSV_BLACK 0, 0, 0 // Define 'black' color, more like 'LED off' (H, S, V) 42 #define HSV_BLACK 0, 0, 0 // Define 'black' color, more like 'LED off' (H, S, V)
27#endif 43#endif