summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/workman/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/config.h')
-rw-r--r--keyboards/crkbd/keymaps/workman/config.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/crkbd/keymaps/workman/config.h b/keyboards/crkbd/keymaps/workman/config.h
deleted file mode 100644
index 7a28bb5012..0000000000
--- a/keyboards/crkbd/keymaps/workman/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2022 Álvaro Cortés (@ACortesDev)
-// SPDX-License-Identifier: GPL-2.0-or-later
-#pragma once
-
-#define SPLIT_USB_DETECT // Added for Elite-C to work
-
-//#define QUICK_TAP_TERM 0
-//#define TAPPING_TERM 100
-
-#ifdef OLED_ENABLE
- #define SPLIT_LAYER_STATE_ENABLE
- #define SPLIT_LED_STATE_ENABLE
- #define SPLIT_MODS_ENABLE
- #define SPLIT_OLED_ENABLE
- #define OLED_TIMEOUT 60000
- #define OLED_FONT_H "keyboards/crkbd/keymaps/workman/glcdfont.c"
-#endif