summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/beiwagon
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boardsource/beiwagon')
-rw-r--r--keyboards/boardsource/beiwagon/config.h1
-rw-r--r--keyboards/boardsource/beiwagon/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/boardsource/beiwagon/config.h b/keyboards/boardsource/beiwagon/config.h
index 587dda7381..75b5888bc3 100644
--- a/keyboards/boardsource/beiwagon/config.h
+++ b/keyboards/boardsource/beiwagon/config.h
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#define RGB_DI_PIN C6
#define RGB_MATRIX_LED_COUNT 18
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
diff --git a/keyboards/boardsource/beiwagon/info.json b/keyboards/boardsource/beiwagon/info.json
index 69ce8d96f1..dc5f8cc20f 100644
--- a/keyboards/boardsource/beiwagon/info.json
+++ b/keyboards/boardsource/beiwagon/info.json
@@ -10,6 +10,9 @@
"mousekey": false,
"rgb_matrix": true
},
+ "ws2812": {
+ "pin": "C6"
+ },
"matrix_pins": {
"cols": ["B5", "B6", "B7"],
"rows": ["B0", "B1", "B2", "B3"]