Fix searing default brightness of LED

This commit is contained in:
Thomas Haukland
2024-11-18 22:03:11 +01:00
parent 0668ac38da
commit 7db5898cba
2 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral
//#define WS2812_TRST_US 80
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
#define RGB_MATRIX_DEFAULT_VAL 32
// Pick good defaults for enabling homerow modifiers
@@ -38,3 +37,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define RGBLIGHT_DEFAULT_HUE 128 // Sets the default hue value, if none has been set
#define RGBLIGHT_DEFAULT_SAT 128 // Sets the default saturation value, if none has been set
#define RGBLIGHT_DEFAULT_VAL 32 // Sets the default brightness value, if none has been set
//

View File

@@ -53,7 +53,7 @@
"KC_NO",
"KC_NO",
"KC_NO",
"KC_NO",
"QK_CLEAR_EEPROM",
"ANY(QK_RBT)",
"KC_MS_L",
"KC_BTN2",