summaryrefslogtreecommitdiffstats
path: root/keyboards/akb/vero/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-13 19:35:10 +0000
committerQMK Bot <hello@qmk.fm>2022-10-13 19:35:10 +0000
commitd66e5c6ea2249d6d82d9920b57462e93ccfac56c (patch)
treea6b5dae3730659e761f38cd873b7847b9d1ced71 /keyboards/akb/vero/config.h
parent17f679ea2a64f4eb21f1d53cd2d3103f55b3a0a3 (diff)
parentca7cfff7c5ffd12a04ed0eaa3c0fc8151bcb8621 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/akb/vero/config.h')
-rw-r--r--keyboards/akb/vero/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/akb/vero/config.h b/keyboards/akb/vero/config.h
new file mode 100644
index 0000000000..bb6d15d92c
--- /dev/null
+++ b/keyboards/akb/vero/config.h
@@ -0,0 +1,23 @@
+// Copyright 2022 Martin Arnstad (@arnstadm)
+// 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
+
+/* Set HSE clock since it differs from F411 default */
+#define STM32_HSECLK 16000000