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

@ -19,9 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define SPLIT_HAND_PIN B4
/* Audio settings */
#ifdef AUDIO_ENABLE
# define AUDIO_PIN C6 // Define this to enable the buzzer

View file

@ -15,6 +15,9 @@
},
"split": {
"enabled": true,
"handedness": {
"pin": "B4"
},
"soft_serial_pin": "D0"
},
"rgblight": {