aboutsummaryrefslogtreecommitdiff
path: root/users/jonavin/jonavin.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/jonavin/jonavin.h')
-rw-r--r--users/jonavin/jonavin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/jonavin/jonavin.h b/users/jonavin/jonavin.h
index 894feddfd..5f467bc84 100644
--- a/users/jonavin/jonavin.h
+++ b/users/jonavin/jonavin.h
@@ -36,6 +36,7 @@ enum custom_user_keycodes {
36 KC_WINLCK, //Toggles Win key on and off 36 KC_WINLCK, //Toggles Win key on and off
37 RGB_TOI, // Timeout idle time up 37 RGB_TOI, // Timeout idle time up
38 RGB_TOD, // Timeout idle time down 38 RGB_TOD, // Timeout idle time down
39 RGB_NITE // Turns off all rgb but allow rgb indicators to work
39}; 40};
40 41
41#define KC_CAD LALT(LCTL(KC_DEL)) 42#define KC_CAD LALT(LCTL(KC_DEL))
@@ -57,11 +58,13 @@ enum custom_user_keycodes {
57#endif // TD_LSFT_CAPSLOCK_ENABLE 58#endif // TD_LSFT_CAPSLOCK_ENABLE
58 59
59 60
60
61#ifdef RGB_MATRIX_ENABLE 61#ifdef RGB_MATRIX_ENABLE
62//RGB custom colours 62//RGB custom colours
63 #define RGB_GODSPEED 0x00, 0xE4, 0xFF // colour for matching keycaps 63 #define RGB_GODSPEED 0x00, 0xE4, 0xFF // colour for matching keycaps
64 #define RGB_NAUTILUS 0x00, 0xA4, 0xA9 // Nautilus Font colours 64 #define RGB_NAUTILUS 0x00, 0xA4, 0xA9 // Nautilus Font colours
65
66 void activate_rgb_nightmode (bool turn_on);
67 bool get_rgb_nightmode(void);
65#endif 68#endif
66 69
67 70