Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
parent
579db6131e
commit
2367d8129c
805 changed files with 991 additions and 563 deletions
|
|
@ -8,8 +8,6 @@
|
|||
#define SPLIT_HAND_MATRIX_GRID B5, F6
|
||||
#define MATRIX_MASKED
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
/* Haptic hardware */
|
||||
// The Pimoroni is the likely hardware, for which these settings work
|
||||
#define FB_ERM_LRA 1
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
"split": true,
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8
|
||||
"brightness_steps": 8,
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
/* Haptic hardware */
|
||||
// The Pimoroni is the likely hardware, for which these settings work
|
||||
#define FB_ERM_LRA 1
|
||||
|
|
|
|||
|
|
@ -37,7 +37,8 @@
|
|||
"split": true,
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8
|
||||
"brightness_steps": 8,
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
#define SPLIT_HAND_MATRIX_GRID B5, F6
|
||||
#define MATRIX_MASKED
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
/* Haptic hardware */
|
||||
// The Pimoroni is the likely hardware, for which these settings work
|
||||
#define FB_ERM_LRA 1
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
"split": true,
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8
|
||||
"brightness_steps": 8,
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue