summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/workman/oled.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-10-16 15:48:42 -0400
committervin <git@vineetk.net>2023-10-16 22:55:32 -0400
commit0d084a0a3e412154cc4a9bea554acf9f43562803 (patch)
treec6f02b3e7c93f1258ca5b93626414059d881705f /keyboards/crkbd/keymaps/workman/oled.h
parent7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (diff)
replace colemad with workman
TODO: Think of ways to use oneshot and tap-dances
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/oled.h')
-rw-r--r--keyboards/crkbd/keymaps/workman/oled.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/workman/oled.h b/keyboards/crkbd/keymaps/workman/oled.h
new file mode 100644
index 0000000000..c096466e71
--- /dev/null
+++ b/keyboards/crkbd/keymaps/workman/oled.h
@@ -0,0 +1,13 @@
+// Copyright 2022 Álvaro Cortés (@ACortesDev)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#ifdef OLED_ENABLE
+ bool process_record_oled(uint16_t keycode, keyrecord_t *record);
+ oled_rotation_t oled_init_user(oled_rotation_t rotation);
+ void render_layer_symbol(void);
+ void render_layer_name(void);
+ void render_mod_state(uint8_t modifiers);
+ void render_status(void);
+ bool oled_task_user(void);
+#endif \ No newline at end of file