diff options
| author | Ilya Zhuravlev <whatever@xyz.is> | 2023-09-08 20:53:27 -0600 |
|---|---|---|
| committer | Ilya Zhuravlev <whatever@xyz.is> | 2023-09-08 20:53:27 -0600 |
| commit | e390a34128bcae390cc56eeb0f8a3844f70b9280 (patch) | |
| tree | 4c79d2976eecc8b1f2b3a77042ed68288d8c7e6d /quantum/qmk_settings.c | |
| parent | fbf1c160eb286a2d84afcdf72b48338567e16bdb (diff) | |
| parent | 4875bcecc2c3c66b4b259e50d6d2cf70603b3173 (diff) | |
Merge remote-tracking branch 'qmk/master' into merge-2023-09-08
Diffstat (limited to 'quantum/qmk_settings.c')
| -rw-r--r-- | quantum/qmk_settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/qmk_settings.c b/quantum/qmk_settings.c index 1549d7b5fc..96449220e2 100644 --- a/quantum/qmk_settings.c +++ b/quantum/qmk_settings.c @@ -9,6 +9,7 @@ #include "mousekey.h" #include "process_combo.h" #include "action_tapping.h" +#include "keycode_config.h" static int eeprom_settings_get(const qmk_settings_proto_t *proto, void *setting, size_t maxsz); static int eeprom_settings_set(const qmk_settings_proto_t *proto, const void *setting, size_t maxsz); |
