Enable finer RGB brightness dial control on BCORNE firmware.

Lower RGB_MATRIX_VAL_STEP to 1, fix info.json syntax errors, and document the vial-qmk build path.
This commit is contained in:
2026-09-06 17:31:58 -05:00
parent c47b4bf8d2
commit 1d6f6bed9e
4 changed files with 62 additions and 7 deletions
+1
View File
@@ -89,6 +89,7 @@
# define WS2812_DMA_CHANNEL 5 // DMA Channel for TIMx_UP, see the respective reference manual for the appropriate values for your MCU.
//# define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM2_UP // DMAMUX configuration for TIMx_UP -- only required if your MCU has a DMAMUX peripheral, see the respective reference manual for the appropriate values for your MCU.
#define RGB_MATRIX_SLEEP
#define RGB_MATRIX_VAL_STEP 1
#define WEAR_LEVELING_LOGICAL_SIZE 2048
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)