Browse Source

Apply suggestions from code review

Co-authored-by: jack <0x6a73@protonmail.com>
pull/23413/head
Andrew Kannan 4 weeks ago
committed by GitHub
parent
commit
4cb7667dc2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions
  1. +1
    -5
      keyboards/cannonkeys/petrichor/config.h
  2. +8
    -1
      keyboards/cannonkeys/petrichor/info.json

+ 1
- 5
keyboards/cannonkeys/petrichor/config.h View File

@ -6,8 +6,4 @@
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
#define RGBLIGHT_LAYERS
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64

+ 8
- 1
keyboards/cannonkeys/petrichor/info.json View File

@ -25,7 +25,14 @@
"static_gradient": true,
"twinkle": true
},
"led_count": 3
"led_count": 3,
"layers": {
"enabled": true,
"override_rgb": false
},
"default": {
"animation": "rainbow_swirl"
}
},
"url": "https://cannonkeys.com",
"usb": {


Loading…
Cancel
Save