6dda01b973
* 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>
11 lines
268 B
C
11 lines
268 B
C
#pragma once
|
|
|
|
#define RGB_MATRIX_LED_COUNT 69
|
|
|
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
|
#define RGB_MATRIX_KEYPRESSES
|
|
#define RGB_TRIGGER_ON_KEYDOWN
|
|
#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_CYCLE_ALL
|
|
#define RGB_MATRIX_DEFAULT_VAL 32
|
|
#define RGB_MATRIX_DEFAULT_SPD 32
|