aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkc/tkc1800/keymaps/wkl/keymap.c')
-rw-r--r--keyboards/tkc/tkc1800/keymaps/wkl/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c b/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
index 3c65b61d1..da8e8b932 100644
--- a/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include QMK_KEYBOARD_H 17#include QMK_KEYBOARD_H
18 18
19//Layers 19//Layers
@@ -61,7 +61,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
61 ), 61 ),
62}; 62};
63 63
64#ifdef OLED_DRIVER_ENABLE 64#ifdef OLED_ENABLE
65void oled_task_user(void) { 65void oled_task_user(void) {
66 oled_write_P(PSTR("TKC1800\n"),false); 66 oled_write_P(PSTR("TKC1800\n"),false);
67 // Host Keyboard Layer Status 67 // Host Keyboard Layer Status
@@ -85,4 +85,4 @@ void oled_task_user(void) {
85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
87} 87}
88#endif \ No newline at end of file 88#endif