Move backlight config to data driven (#19910)
This commit is contained in:
@@ -27,13 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/*
|
||||
* Backlight
|
||||
*/
|
||||
#define BACKLIGHT_PIN C6
|
||||
#define BACKLIGHT_BREATHING
|
||||
#define BACKLIGHT_LEVELS 6
|
||||
|
||||
/*
|
||||
* RGB Underglow
|
||||
*/
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x3E01",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "C6",
|
||||
"levels": 6,
|
||||
"breathing": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user