summaryrefslogtreecommitdiff
path: root/keyboards/handwired/osborne1/config.h
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-09-29 11:25:42 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-09-29 11:25:42 +0200
commite477fc45079e29fe2bee92f3a3b1c11346888ebc (patch)
tree56bacbd498d01e8294c814a6fa75c8e9e77cc050 /keyboards/handwired/osborne1/config.h
parent6afdd9d74da250e47ac64d6690bd19d037045e99 (diff)
parenteb55551e2d764ac48c48e02165589ab11f4c8005 (diff)
downloadqmk_firmware-taamas.tar.gz
qmk_firmware-taamas.zip
Merge branch 'master' into taamastaamas
Diffstat (limited to 'keyboards/handwired/osborne1/config.h')
-rw-r--r--keyboards/handwired/osborne1/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/osborne1/config.h b/keyboards/handwired/osborne1/config.h
new file mode 100644
index 0000000000..1e21a30db0
--- /dev/null
+++ b/keyboards/handwired/osborne1/config.h
@@ -0,0 +1,24 @@
+// Copyright 2022 Nick Lopez <github@glowingmonkey.org>
+// 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
+
+#define BLUEFRUIT_LE_RST_PIN D4
+#define BLUEFRUIT_LE_CS_PIN B4
+#define BLUEFRUIT_LE_IRQ_PIN E6