Move RGBLIGHT_SLEEP to data driven (#21072)

This commit is contained in:
Ryan
2023-06-16 14:04:45 +10:00
committed by GitHub
parent 579db6131e
commit 2367d8129c
805 changed files with 991 additions and 563 deletions

View File

@@ -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

View File

@@ -12,7 +12,8 @@
"pin": "D3"
},
"rgblight": {
"max_brightness": 240
"max_brightness": 240,
"sleep": true
},
"matrix_pins": {
"cols": ["F7", "B2", "B5", "B4"],

View File

@@ -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

View File

@@ -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"],

View File

@@ -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

View File

@@ -26,7 +26,8 @@
"pin": "C0"
},
"rgblight": {
"max_brightness": 240
"max_brightness": 240,
"sleep": true
},
"bootmagic": {
"matrix": [0, 1]

View File

@@ -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

View File

@@ -21,7 +21,8 @@
"pin": "D5"
},
"rgblight": {
"max_brightness": 240
"max_brightness": 240,
"sleep": true
},
"bootmagic": {
"matrix": [0, 1]

View File

@@ -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

View File

@@ -26,7 +26,8 @@
"pin": "F7"
},
"rgblight": {
"max_brightness": 240
"max_brightness": 240,
"sleep": true
},
"processor": "atmega32u4",
"bootloader": "caterina",