Browse Source

Fix up config

pull/22181/head
Drashna Jael're 6 months ago
parent
commit
be0f25b7d4
No known key found for this signature in database GPG Key ID: DBA1FD3A860D1B11
2 changed files with 9 additions and 4 deletions
  1. +1
    -3
      keyboards/zsa/voyager/config.h
  2. +8
    -1
      keyboards/zsa/voyager/info.json

+ 1
- 3
keyboards/zsa/voyager/config.h View File

@ -7,9 +7,7 @@
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND
#define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_VCC
#ifndef ISSI_TIMEOUT
# define ISSI_TIMEOUT 5
#endif
#define IS31FL3731_I2C_TIMEOUT 5
#define MOUSEKEY_WHEEL_INTERVAL MOUSEKEY_INTERVAL
#define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED


+ 8
- 1
keyboards/zsa/voyager/info.json View File

@ -48,6 +48,8 @@
},
"rgb_matrix": {
"driver": "is31fl3731",
"led_flush_limit": 26,
"led_process_limit": 5,
"max_brightness": 175,
"sleep": true,
"animations": {
@ -73,6 +75,7 @@
"dual_beacon": true,
"rainbow_beacon": true,
"rainbow_pinwheels": true,
"flower_blooming": true,
"raindrops": true,
"jellybean_raindrops": true,
"hue_breathing": true,
@ -94,7 +97,11 @@
"splash": true,
"multisplash": true,
"solid_splash": true,
"solid_multisplash": true
"solid_multisplash": true,
"starlight": true,
"starlight_dual_sat": true,
"starlight_dual_hue": true,
"riverflow": true
},
"layout": [
{"matrix": [0, 1], "x": 0, "y": 10, "flags": 1},


Loading…
Cancel
Save