Skip to content

Commit

Permalink
Keymap: Fix build errors for non-Zeal boards. (qmk#4496)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljoe authored and zer09 committed Dec 1, 2018
1 parent 571b6a4 commit a31a2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/talljoe/talljoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
extern backlight_config g_config;
#endif
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#ifdef ZEAL_RGB
static uint8_t last_effect;
#endif

#ifdef RGBLIGHT_ENABLE
static uint32_t savedRgbMode;
Expand Down

0 comments on commit a31a2f6

Please sign in to comment.