* initial commit still need to update RGB and vial.json * completed vial firmware used for prototype testing * change name of board for consistency * update rgb driver to pwm * Merge branch 'vault35_wkl_universal' into universal_vault * update hal/mcuconf files * fixed compile issues fixed PWM driver issues and defines. all three included boards compile default keymap without issue. hhkb universal board also compiles vial without issue * updated vial.jsons * Update vial UID * Update vial UID * update vial UID * updated matrix * Update info.json Updated pins * Update vial.json * Update vial.json * Update vial.json * update LED drivers * updated encoder map * increase eeprom size --------- Co-authored-by: avshockeyw <avshockeyw@users.noreply.github.com>
8 lines
136 B
C
8 lines
136 B
C
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
//#undef STM32_PWM_USE_TIM15
|
|
//#define STM32_PWM_USE_TIM15 TRUE
|
|
|
|
//#define WS2812_PWM_CHANNEL 1
|