Jack Humbert 8 anni fa
parent
commit
85df687348

+ 0 - 0
keyboards/M10A/Makefile → keyboards/m10a/Makefile


+ 0 - 0
keyboards/M10A/config.h → keyboards/m10a/config.h


+ 0 - 0
keyboards/M10A/keymaps/default/Makefile → keyboards/m10a/keymaps/default/Makefile


+ 1 - 1
keyboards/M10A/keymaps/default/keymap.c → keyboards/m10a/keymaps/default/keymap.c

@@ -1,7 +1,7 @@
 // This is the canonical layout file for the Quantum project. If you want to add another keyboard,
 // This is the canonical layout file for the Quantum project. If you want to add another keyboard,
 // this is the style you want to emulate.
 // this is the style you want to emulate.
 
 
-#include "M10A.h"
+#include "m10a.h"
 #include "action_layer.h"
 #include "action_layer.h"
 #include "eeconfig.h"
 #include "eeconfig.h"
 
 

+ 1 - 1
keyboards/M10A/M10A.c → keyboards/m10a/m10a.c

@@ -1,4 +1,4 @@
-#include "M10A.h"
+#include "m10a.h"
 
 
 void matrix_init_kb(void) {
 void matrix_init_kb(void) {
 	matrix_init_user();
 	matrix_init_user();

+ 0 - 0
keyboards/M10A/M10A.h → keyboards/m10a/m10a.h


+ 0 - 0
keyboards/M10A/rules.mk → keyboards/m10a/rules.mk