Migrate SPLIT_HAND_PIN to json (#23924)

This commit is contained in:
Joel Challis 2024-07-13 13:29:16 +01:00 committed by GitHub
parent 26e84c513c
commit f0807ea64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
159 changed files with 243 additions and 800 deletions

View File

@ -1,19 +0,0 @@
/* Copyright 2021 eithanshavit
*
* 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
#define SPLIT_HAND_PIN B3

View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
},
"bootmagic": {

View File

@ -1,19 +0,0 @@
/* Copyright 2021 Afternoon Labs
*
* 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
#define SPLIT_HAND_PIN B3

View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
},
"bootmagic": {

View File

@ -1,19 +0,0 @@
/* Copyright 2021 Afternoon Labs
*
* 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
#define SPLIT_HAND_PIN B3

View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
},
"bootmagic": {

View File

@ -1,19 +0,0 @@
/* Copyright 2021 Afternoon Labs
*
* 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
#define SPLIT_HAND_PIN B3

View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
},
"bootmagic": {

View File

@ -1,19 +0,0 @@
/* Copyright 2021 Afternoon Labs
*
* 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
#define SPLIT_HAND_PIN B3

View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "B3"
},
"soft_serial_pin": "D2"
},
"bootmagic": {

View File

@ -1,38 +0,0 @@
/*
Copyright 2018 Ryota Goto
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
#define SELECT_SOFT_SERIAL_SPEED 1
#define SPLIT_HAND_PIN D5
/*
* 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

View File

@ -31,6 +31,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "D5"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {

View File

@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define SPLIT_HAND_PIN D5
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 2500

View File

@ -28,6 +28,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "D5"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {

View File

@ -16,5 +16,4 @@
#pragma once
#define SPLIT_HAND_PIN B5
#define USE_I2C

View File

@ -15,7 +15,10 @@
"command": true
},
"split": {
"enabled": true
"enabled": true,
"handedness": {
"pin": "B5"
}
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],

View File

@ -1,38 +0,0 @@
/*
Copyright 2019 Yiancar-Designs
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
#define SPLIT_HAND_PIN D4
// #define USE_I2C
/*
* 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

View File

@ -19,6 +19,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "D4"
},
"soft_serial_pin": "D1",
"matrix_pins": {
"right": {

View File

@ -4,7 +4,6 @@
#pragma once
/* Split configuration */
#define SPLIT_HAND_PIN GP21
#define USB_VBUS_PIN GP29
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP0

View File

@ -175,6 +175,9 @@
"bootmagic": {
"matrix": [6, 0]
},
"handedness": {
"pin": "GP21"
},
"enabled": true,
"matrix_pins": {
"right": {

View File

@ -1,21 +0,0 @@
/*
Copyright 2019 Mike Hix
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
// Pro Micro Pins RX1
#define SPLIT_HAND_PIN D2

View File

@ -41,6 +41,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "D2"
},
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",

View File

@ -19,7 +19,6 @@
// in col2row col is input, and row is output
// #define SPLIT_HAND_MATRIX_GRID A10, A4
// 68kohm
#define SPLIT_HAND_PIN B10
/* connection */
#define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.

View File

@ -11,6 +11,9 @@
},
"serial": {
"driver": "usart"
},
"handedness": {
"pin": "B10"
}
},
"development_board": "blackpill_f411",

View File

@ -1,36 +0,0 @@
/*
Copyright 2020 jtallbean
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
#define SPLIT_HAND_PIN D5
/*
* 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

View File

@ -32,6 +32,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "D5"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {

View File

@ -3,9 +3,6 @@
#pragma once
// If the pin is high, then the controller assumes it is the left hand, and if its low, its assumed to be the right side.
#define SPLIT_HAND_PIN C15
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN B6
#define SERIAL_USART_RX_PIN B7

View File

@ -25,6 +25,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "C15"
},
"serial": {
"driver": "usart"
},

View File

@ -1,36 +0,0 @@
/* Copyright 2021 jurassic73
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
/* this will be tied to high (VCC with a 2k to 10k resistor) on the left keyboard half and tied to low (GND using a wire jumper only) on the right keyboard half. This allows a user to plug in a USB cable to either side and function correctly with or without a TRS/TRRS cable with a single hex file. */
#define SPLIT_HAND_PIN D1
/*
* 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

View File

@ -29,6 +29,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"handedness": {
"pin": "D1"
},
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {

Some files were not shown because too many files have changed in this diff Show More