summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h
diff options
context:
space:
mode:
authorCharly Delay <0xcharly@users.noreply.github.com>2022-11-21 05:34:42 +0900
committerGitHub <noreply@github.com>2022-11-20 12:34:42 -0800
commit2b0a3cd2f13ca4719cf4bba96ee7ec5ed7c1aabd (patch)
tree677bd625ed00274a742959dd0487289518db9e6e /keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h
parent127a70b6ca6273257030b581e9f7a9656d7e9e4d (diff)
Bastard Keyboards: upstream recent changes (#19083)
Co-authored-by: Simian <alex@Mandelbrot> Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com> Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
Diffstat (limited to 'keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h')
-rw-r--r--keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h b/keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h
index 72f5c0ffa8..36b25dffff 100644
--- a/keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h
+++ b/keyboards/bastardkb/tbkmini/v2/splinky/v3/config.h
@@ -20,3 +20,11 @@
/* Key matrix configuration. */
#define MATRIX_COL_PINS \
{ GP27, GP28, GP21, GP6, GP7, GP8 }
+
+/* Handedness. */
+#define MASTER_RIGHT
+
+// To use the handedness pin, resistors need to be installed on the adapter PCB.
+// If so, uncomment the following code, and undefine MASTER_RIGHT above.
+// #define SPLIT_HAND_PIN GP15
+// #define SPLIT_HAND_PIN_LOW_IS_LEFT // High -> right, Low -> left.