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 djthread committed Mar 17, 2019
1 parent 0bfa656 commit d66b35a
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 d66b35a

Please sign in to comment.