Skip to content

Commit bada74e

Browse files
Talljoedrashna
authored andcommitted
Keymap: Fix build errors for non-Zeal boards. (#4496)
1 parent ecd21b4 commit bada74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

users/talljoe/talljoe.c

+2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
108108
extern backlight_config g_config;
109109
#endif
110110
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
111+
#ifdef ZEAL_RGB
111112
static uint8_t last_effect;
113+
#endif
112114

113115
#ifdef RGBLIGHT_ENABLE
114116
static uint32_t savedRgbMode;

0 commit comments

Comments
 (0)