summaryrefslogtreecommitdiff
path: root/keyboards/orbekk_dactyl/config.h
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-07-16 14:06:35 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-07-16 14:06:35 -0400
commit7e43df8edf8fe7cd4f4236a56597c32030bd8e55 (patch)
treef277ba4044e1d3512f56aa62de87f12eac4358f9 /keyboards/orbekk_dactyl/config.h
parentfa0b4511dddffa56812a86ab93f90d5221f43585 (diff)
add orbekk_dactyl example
Diffstat (limited to 'keyboards/orbekk_dactyl/config.h')
-rw-r--r--keyboards/orbekk_dactyl/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/orbekk_dactyl/config.h b/keyboards/orbekk_dactyl/config.h
new file mode 100644
index 0000000000..2875b78c42
--- /dev/null
+++ b/keyboards/orbekk_dactyl/config.h
@@ -0,0 +1,20 @@
+// Copyright 2023 KJ Orbekk (@orbekk)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+/*
+ * Feature disable options
+ * These options are also useful to firmware size reduction.
+ */
+
+/* disable debug print */
+//#define NO_DEBUG
+
+/* disable print */
+//#define NO_PRINT
+
+/* disable action features */
+//#define NO_ACTION_LAYER
+//#define NO_ACTION_TAPPING
+//#define NO_ACTION_ONESHOT