forked from mirrors/qmk_userspace
Added Q3 Max
This commit is contained in:
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,
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue