aboutsummaryrefslogtreecommitdiff
path: root/users/talljoe
diff options
context:
space:
mode:
Diffstat (limited to 'users/talljoe')
-rw-r--r--users/talljoe/talljoe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/talljoe/talljoe.c b/users/talljoe/talljoe.c
index e72dc6c3e..345b5604b 100644
--- a/users/talljoe/talljoe.c
+++ b/users/talljoe/talljoe.c
@@ -108,7 +108,9 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
108extern backlight_config g_config; 108extern backlight_config g_config;
109#endif 109#endif
110bool process_record_user(uint16_t keycode, keyrecord_t *record) { 110bool process_record_user(uint16_t keycode, keyrecord_t *record) {
111#ifdef ZEAL_RGB
111 static uint8_t last_effect; 112 static uint8_t last_effect;
113#endif
112 114
113#ifdef RGBLIGHT_ENABLE 115#ifdef RGBLIGHT_ENABLE
114 static uint32_t savedRgbMode; 116 static uint32_t savedRgbMode;