summary refs log tree commit diff
path: root/keyboards/handwired/node5_1/config.h
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-01-02 06:31:20 +0100
committeruser <user@node5.net>2024-01-02 06:31:20 +0100
commitbce31d35a8f66f17ef888dad29129f2094fd33ca (patch)
tree065ab759088f3e892f0d9c02f1d5793725d89b90 /keyboards/handwired/node5_1/config.h
parent6e93b59f6134753e6167caf425de666999710c6d (diff)
node5_1 initial commit
Diffstat (limited to 'keyboards/handwired/node5_1/config.h')
-rw-r--r--keyboards/handwired/node5_1/config.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/handwired/node5_1/config.h b/keyboards/handwired/node5_1/config.h
new file mode 100644
index 0000000000..cbe0d3afd7
--- /dev/null
+++ b/keyboards/handwired/node5_1/config.h
@@ -0,0 +1,30 @@
+// Copyright 2023 user (@user)
+// 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 RP_I2C_USE_I2C0             FALSE
+#define RP_I2C_USE_I2C1             TRUE
+#define I2C1_SDA_PIN                GP18
+#define I2C1_SCL_PIN                GP19
+
+#define PIMORONI_TRACKBALL_SCALE    2
+#define MOUSE_EXTENDED_REPORT       TRUE
+#define POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE TRUE
+