Clean up APA102 config and add DD mapping (#20159)

This commit is contained in:
Ryan
2023-03-20 08:12:19 +11:00
committed by GitHub
parent 3c144fac5e
commit 65a80f411f
41 changed files with 106 additions and 53 deletions

View File

@@ -16,9 +16,6 @@
#pragma once
#define RGB_CI_PIN B1
#define ADC_PIN F6
#define QMK_WAITING_TEST_BUSY_PIN F6

View File

@@ -10,5 +10,9 @@
},
"rgblight": {
"pin": "F6"
},
"apa102": {
"data_pin": "F6",
"clock_pin": "B1"
}
}