summaryrefslogtreecommitdiffstats
path: root/keyboards/kyria/keymaps/gotham/oled_utils.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-07-25 18:18:39 -0700
committerGitHub <noreply@github.com>2021-07-25 18:18:39 -0700
commit4bb595f94b5c77e7a961ff69d2b4d9c53a9094fc (patch)
treeaef7208a8afee7f2f33c5a91b4613537c7ccb8ea /keyboards/kyria/keymaps/gotham/oled_utils.h
parentd90897052243808863bcab3b07e16d5b6a0b08f0 (diff)
[Keyboard] Fix up SplitKB keyboards (#13511)
Diffstat (limited to 'keyboards/kyria/keymaps/gotham/oled_utils.h')
-rw-r--r--keyboards/kyria/keymaps/gotham/oled_utils.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/kyria/keymaps/gotham/oled_utils.h b/keyboards/kyria/keymaps/gotham/oled_utils.h
deleted file mode 100644
index 7e3bf44c82..0000000000
--- a/keyboards/kyria/keymaps/gotham/oled_utils.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#include "keycodes.h"
-
-#ifdef ENCODER_ENABLE
-# include "encoder_utils.h"
-#endif
-
-#ifdef THUMBSTICK_ENABLE
-# include "thumbstick.h"
-#endif
-
-void render_kyria_logo(void);
-
-void render_layer(void);
-
-#ifdef ENCODER_ENABLE
-void render_encoder(encoder_mode_t mode);
-#endif
-
-#ifdef THUMBSTICK_ENABLE
-void render_thumbstick(thumbstick_mode_t mode);
-#endif
-
-void render_status(void);