Fix keycode mappings for via and ensure they don't change within protocol (#12130)
* Fix keycode mappings for via and ensure they don't change within protocol * Update keycodes * Fix broken keyboards * added the missing keycodes found in via * Remove invalid keycodes Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
This commit is contained in:
parent
9e1d04fea7
commit
0779c34db8
11 changed files with 395 additions and 3 deletions
|
@ -332,7 +332,11 @@ enum quantum_keycodes {
|
|||
|
||||
MIDI_VELOCITY_MIN,
|
||||
MI_VEL_0 = MIDI_VELOCITY_MIN,
|
||||
#ifdef VIA_ENABLE
|
||||
MI_VEL_1 = MIDI_VELOCITY_MIN,
|
||||
#else
|
||||
MI_VEL_1,
|
||||
#endif
|
||||
MI_VEL_2,
|
||||
MI_VEL_3,
|
||||
MI_VEL_4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue