mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
@@ -37,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 240
|
||||
"max_brightness": 240,
|
||||
"sleep": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "B2", "B5", "B4"],
|
||||
|
||||
@@ -37,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
"pin": "B7"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 240
|
||||
"max_brightness": 240,
|
||||
"sleep": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B3", "B2", "B1", "D5", "D4", "D6", "D7", "B4", "B5", "F0", "F7", "F6", "F5", "F4", "F1", "E6"],
|
||||
|
||||
@@ -34,4 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"pin": "C0"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 240
|
||||
"max_brightness": 240,
|
||||
"sleep": true
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 1]
|
||||
|
||||
@@ -34,4 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"pin": "D5"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 240
|
||||
"max_brightness": 240,
|
||||
"sleep": true
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 1]
|
||||
|
||||
@@ -37,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"pin": "F7"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 240
|
||||
"max_brightness": 240,
|
||||
"sleep": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
|
||||
Reference in New Issue
Block a user