summaryrefslogtreecommitdiffstats
path: root/keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h')
-rw-r--r--keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h b/keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h
deleted file mode 100644
index 7e3bf44c82..0000000000
--- a/keyboards/splitkb/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);