diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-18 00:54:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 09:54:41 +1000 |
| commit | 58cd8c366c49ae6134f274b074c5e72f67a359ad (patch) | |
| tree | 629cf51b484978c7280d8d9e318b336ae28ee62e /keyboards/mxss | |
| parent | 703f0277170c7e2d1acaa00b274f6fd479045abd (diff) | |
| download | qmk_firmware-58cd8c366c49ae6134f274b074c5e72f67a359ad.tar.gz qmk_firmware-58cd8c366c49ae6134f274b074c5e72f67a359ad.zip | |
Various fixes from reorg of files (#14051)
Diffstat (limited to 'keyboards/mxss')
| -rw-r--r-- | keyboards/mxss/mxss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mxss/mxss.c b/keyboards/mxss/mxss.c index 48ea46641..dd418b86f 100644 --- a/keyboards/mxss/mxss.c +++ b/keyboards/mxss/mxss.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | #include QMK_KEYBOARD_H | 19 | #include QMK_KEYBOARD_H |
| 20 | #include "tmk_core/common/eeprom.h" | 20 | #include "tmk_core/common/eeprom.h" |
| 21 | #include "tmk_core/common/action_layer.h" | 21 | #include "action_layer.h" |
| 22 | #include "rgblight.h" | 22 | #include "rgblight.h" |
| 23 | #include "via.h" | 23 | #include "via.h" |
| 24 | #include "version.h" // for QMK_BUILDDATE used in EEPROM magic | 24 | #include "version.h" // for QMK_BUILDDATE used in EEPROM magic |
