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, 17 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/workman/config.h b/keyboards/crkbd/keymaps/workman/config.h
new file mode 100644
index 0000000000..7a28bb5012
--- /dev/null
+++ b/keyboards/crkbd/keymaps/workman/config.h
@@ -0,0 +1,17 @@
+// 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