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
|
@ -46,6 +46,7 @@
|
|||
#include "dynamic_keymap.h"
|
||||
#include "tmk_core/common/eeprom.h"
|
||||
#include "version.h" // for QMK_BUILDDATE used in EEPROM magic
|
||||
#include "via_ensure_keycode.h"
|
||||
|
||||
// Forward declare some helpers.
|
||||
#if defined(VIA_QMK_BACKLIGHT_ENABLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue