qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 42e369dc9e6b8e5a29ae59e8aa4977152da11756
parent 9055dbbe659a92118ee1d134a2e9b79a3d0040c0
Author: QMK Bot <hello@qmk.fm>
Date:   Tue, 29 Aug 2023 13:28:44 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mquantum/dynamic_keymap.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c @@ -26,6 +26,7 @@ # include "via.h" # define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END) #else +# include "eeconfig.h" # define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE) #endif