summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/workman/oled.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 20:23:48 -0500
committervin <git@vineetk.net>2024-01-15 20:23:48 -0500
commit6ceb87a1d071147f0cd86a86fbade8e27c7a2b27 (patch)
treee1dcd38de10488d9eefeec1618e6decce47fa0d4 /keyboards/crkbd/keymaps/workman/oled.h
parenta2c86b4053386fbc9a70674802c1157375b10066 (diff)
merge workman keymap into default, and add toggleable 4th layer
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/oled.h')
-rw-r--r--keyboards/crkbd/keymaps/workman/oled.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/crkbd/keymaps/workman/oled.h b/keyboards/crkbd/keymaps/workman/oled.h
deleted file mode 100644
index c096466e71..0000000000
--- a/keyboards/crkbd/keymaps/workman/oled.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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