Skip to content

Commit 9e24262

Browse files
authored
Fix DD use within boardsource/microdox (#18319)
1 parent 9ad75db commit 9e24262

File tree

4 files changed

+3
-95
lines changed

4 files changed

+3
-95
lines changed

keyboards/boardsource/microdox/config.h

-77
This file was deleted.

keyboards/boardsource/microdox/v1/config.h

+1-15
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,4 @@
33

44
#pragma once
55

6-
/*
7-
* Feature disable options
8-
* These options are also useful to firmware size reduction.
9-
*/
10-
11-
/* disable debug print */
12-
//#define NO_DEBUG
13-
14-
/* disable print */
15-
//#define NO_PRINT
16-
17-
/* disable action features */
18-
//#define NO_ACTION_LAYER
19-
//#define NO_ACTION_TAPPING
20-
//#define NO_ACTION_ONESHOT
6+
// Just here to please quantum/split_common/split_util.c

keyboards/boardsource/microdox/v1/info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"features": {
33
"rgblight": true
44
},
5-
"matrix_pins": {
5+
"matrix_pins": {
66
"cols": ["F4", "F5", "F6", "F7", "B1"],
77
"rows": ["B2", "B6", "B4", "B5"]
88
},
@@ -12,7 +12,7 @@
1212
"split": {
1313
"soft_serial_pin": "D2"
1414
},
15-
"rgblight": {
15+
"rgblight": {
1616
"pin": "D3",
1717
"sleep": true,
1818
"led_count": 12,

keyboards/boardsource/microdox/v2/config.h

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// SPDX-License-Identifier: GPL-2.0-or-later
33
#pragma once
44

5-
#undef RGB_DI_PIN
65
#define RGB_DI_PIN B5
76
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
87
#define DRIVER_LED_TOTAL 44

0 commit comments

Comments
 (0)