Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -40,6 +40,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
// for via
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 7
|
||||
|
||||
//RGB Underglow
|
||||
#define RGBLED_NUM 10
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 10
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user