aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/fourier
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-13 13:29:16 +0100
committerGitHub <noreply@github.com>2024-07-13 13:29:16 +0100
commitf0807ea64f97c5d2af856d987a7a5088676b38ad (patch)
tree3a4ded3b045027e390eb64edb89f91c8d679bf0e /keyboards/keebio/fourier
parent26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (diff)
Migrate SPLIT_HAND_PIN to json (#23924)
Diffstat (limited to 'keyboards/keebio/fourier')
-rw-r--r--keyboards/keebio/fourier/config.h38
-rw-r--r--keyboards/keebio/fourier/keyboard.json3
2 files changed, 3 insertions, 38 deletions
diff --git a/keyboards/keebio/fourier/config.h b/keyboards/keebio/fourier/config.h
deleted file mode 100644
index 49d868c968..0000000000
--- a/keyboards/keebio/fourier/config.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-Copyright 2015 Jack Humbert
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-/* Split Defines */
-#define SPLIT_HAND_PIN D2
-
-/*
- * 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
diff --git a/keyboards/keebio/fourier/keyboard.json b/keyboards/keebio/fourier/keyboard.json
index 189276b877..6f83ae6f53 100644
--- a/keyboards/keebio/fourier/keyboard.json
+++ b/keyboards/keebio/fourier/keyboard.json
@@ -36,6 +36,9 @@
},
"split": {
"enabled": true,
+ "handedness": {
+ "pin": "D2"
+ },
"soft_serial_pin": "D0"
},
"rgblight": {