diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/xulkal/custom_oled.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/xulkal/custom_oled.c b/users/xulkal/custom_oled.c index 448e6ca107..4ed2b9a0b0 100644 --- a/users/xulkal/custom_oled.c +++ b/users/xulkal/custom_oled.c @@ -7,11 +7,6 @@ rgblight_config_t rgblight_config; #endif -#if KEYBOARD_helix_rev2 -extern uint8_t is_master; -bool is_keyboard_master(void) { return is_master; } -#endif - static void render_logo(void) { static const char PROGMEM font_logo[] = { |