Added Q3 Max

This commit is contained in:
lokher
2024-01-30 18:12:08 +08:00
parent 2ecd0e7d01
commit 6c8de3a59c
36 changed files with 1348 additions and 20 deletions
@@ -8,6 +8,7 @@
},
"rgb_matrix": {
"driver": "snled27351_spi",
"sleep": true,
"animations": {
"band_spiral_val": true,
"breathing": true,
@@ -8,6 +8,7 @@
},
"led_matrix": {
"driver": "snled27351_spi",
"sleep": true,
"animations": {
"none": true,
"solid": true,
-4
View File
@@ -16,10 +16,6 @@
#pragma once
/* Turn off effects when suspended */
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define LED_DISABLE_WHEN_USB_SUSPENDED
/* DIP switch for Mac/win OS switch */
#define DIP_SWITCH_PINS \
{ B14 }