1
0
Fork 0

Initial DD keycode migration (#18643)

* Initial DD keycode migration

* Sort magic keycodes
This commit is contained in:
Joel Challis 2022-11-05 10:30:09 +00:00 committed by GitHub
parent a070c4c501
commit a69ab05dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 5471 additions and 1878 deletions

View file

@ -50,7 +50,6 @@
#include "dynamic_keymap.h"
#include "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)