summaryrefslogtreecommitdiff
path: root/keyboards/makenova/omega/omega4/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-10 19:10:42 +0000
committerQMK Bot <hello@qmk.fm>2022-03-10 19:10:42 +0000
commit35fa0f23a5ba14215c1b963d025d1f95e4a5690c (patch)
treeee9b17e66ee2a46c2d469c38ad62f6ed6cab6088 /keyboards/makenova/omega/omega4/config.h
parentcf44bde909f8da51fce7a36b345e2c06dd05faf3 (diff)
parent61a8a60dfb5af399f84321fbf82e974aab0a5968 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/makenova/omega/omega4/config.h')
-rw-r--r--keyboards/makenova/omega/omega4/config.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/makenova/omega/omega4/config.h b/keyboards/makenova/omega/omega4/config.h
new file mode 100644
index 0000000000..acd482324d
--- /dev/null
+++ b/keyboards/makenova/omega/omega4/config.h
@@ -0,0 +1,26 @@
+// Copyright 2022 makenova (@makenova)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "config_common.h"
+
+/*
+ * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
+ */
+// #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* define if matrix has ghost (lacks anti-ghosting diodes) */
+//#define MATRIX_HAS_GHOST
+
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE
+
+/* Bootmagic Lite key configuration */
+//#define BOOTMAGIC_LITE_ROW 0
+//#define BOOTMAGIC_LITE_COLUMN 0