diff options
| author | xyzz <1065521+xyzz@users.noreply.github.com> | 2021-03-14 21:19:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 12:19:01 +1100 |
| commit | 0779c34db8ba0bf7141712377b1db467394f940f (patch) | |
| tree | 00f2239bff1bf71d300e1a65cd6ffd468040ff01 /quantum/via.c | |
| parent | 9e1d04fea77c4da64248e7870b915939a768c5c0 (diff) | |
| download | qmk_firmware-0779c34db8ba0bf7141712377b1db467394f940f.tar.gz qmk_firmware-0779c34db8ba0bf7141712377b1db467394f940f.zip | |
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>
Diffstat (limited to 'quantum/via.c')
| -rw-r--r-- | quantum/via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/via.c b/quantum/via.c index 62a16624f..c89b663b9 100644 --- a/quantum/via.c +++ b/quantum/via.c | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | #include "dynamic_keymap.h" | 46 | #include "dynamic_keymap.h" |
| 47 | #include "tmk_core/common/eeprom.h" | 47 | #include "tmk_core/common/eeprom.h" |
| 48 | #include "version.h" // for QMK_BUILDDATE used in EEPROM magic | 48 | #include "version.h" // for QMK_BUILDDATE used in EEPROM magic |
| 49 | #include "via_ensure_keycode.h" | ||
| 49 | 50 | ||
| 50 | // Forward declare some helpers. | 51 | // Forward declare some helpers. |
| 51 | #if defined(VIA_QMK_BACKLIGHT_ENABLE) | 52 | #if defined(VIA_QMK_BACKLIGHT_ENABLE) |
