Fix BCORNE firmware build for vial-qmk on modern Python.

Include m57.c for RGB matrix linking, add Python 3.14 math patch and platform fallback, and keep brightness step in info.json only.
This commit is contained in:
2026-09-06 18:03:36 -05:00
parent 1d6f6bed9e
commit 7755ec9fb8
5 changed files with 48 additions and 8 deletions
-1
View File
@@ -89,7 +89,6 @@
# 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)