summaryrefslogtreecommitdiff
path: root/keyboards/evyd13/fin_pad/config.h
diff options
context:
space:
mode:
authorEvelien Dekkers <sixmoonskies@gmail.com>2022-07-11 14:57:39 +0200
committerGitHub <noreply@github.com>2022-07-11 05:57:39 -0700
commit61ce15f2025b6d1f925c9bae83c84eb04e3cdf61 (patch)
tree1936f478fae3d763083ee7e5540da9647403ecde /keyboards/evyd13/fin_pad/config.h
parentc8f969a3ceefb071399029136081e51035a8a193 (diff)
[Keyboard] Fin pad (#17523)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/evyd13/fin_pad/config.h')
-rw-r--r--keyboards/evyd13/fin_pad/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/evyd13/fin_pad/config.h b/keyboards/evyd13/fin_pad/config.h
new file mode 100644
index 0000000000..2155d337a8
--- /dev/null
+++ b/keyboards/evyd13/fin_pad/config.h
@@ -0,0 +1,20 @@
+// Copyright 2022 Evelien Dekkers (@evyd13)
+// 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