m10a lowercase

b6_b7_audio
Jack Humbert 8 years ago
parent 0d8c73dc8d
commit 85df687348
  1. 0
      keyboards/m10a/Makefile
  2. 0
      keyboards/m10a/config.h
  3. 0
      keyboards/m10a/keymaps/default/Makefile
  4. 2
      keyboards/m10a/keymaps/default/keymap.c
  5. 2
      keyboards/m10a/m10a.c
  6. 0
      keyboards/m10a/m10a.h
  7. 0
      keyboards/m10a/rules.mk

@ -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,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();
Loading…
Cancel
Save