summaryrefslogtreecommitdiff
path: root/keyboards/mxss/mxss.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-15 21:07:32 +1000
committerGitHub <noreply@github.com>2023-04-15 21:07:32 +1000
commita84528f85392ccab60fd7130fecb83972539367f (patch)
tree4484e8b5dd0120c896ac2dabb70c2f727bae55ba /keyboards/mxss/mxss.c
parent54634e92634f73a6d9111833adf58214cb4278c3 (diff)
Move remaining `LAYOUT`s to data driven (#20422)
Diffstat (limited to 'keyboards/mxss/mxss.c')
-rw-r--r--keyboards/mxss/mxss.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/mxss/mxss.c b/keyboards/mxss/mxss.c
index 3bd3e639c9..021eb1de4e 100644
--- a/keyboards/mxss/mxss.c
+++ b/keyboards/mxss/mxss.c
@@ -16,11 +16,9 @@
* EEPROM management code from ../cannonkeys/stm32f072/keyboard.c
*/
-#include "mxss.h"
+#include "quantum.h"
#include "eeprom.h"
-#include "action_layer.h"
-#include "rgblight.h"
-#include "via.h"
+#include "mxss_frontled.h"
#include "version.h" // for QMK_BUILDDATE used in EEPROM magic
void via_init_kb(void) {