[Keyboard] Update ning_tinyboard_tb16rgb diode direction (#25379)

* Update ning_tinyboard_tb16rgb diode_direction

* enable LTO
add rules.mk and enable RGB_MATRIX_CUSTOM_USER
add
add rgb_matrix_user.inc

* remove files
This commit is contained in:
Ning 2025-07-08 13:49:44 +08:00 committed by GitHub
parent 0524a6d848
commit 2916c3f098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,10 @@
"manufacturer": "Ning", "manufacturer": "Ning",
"keyboard_name": "TB16 RGB", "keyboard_name": "TB16 RGB",
"maintainer": "ningjx", "maintainer": "ningjx",
"diode_direction": "COL2ROW", "diode_direction": "ROW2COL",
"build": {
"lto": true
},
"features": { "features": {
"bootmagic": true, "bootmagic": true,
"extrakey": true, "extrakey": true,