m10a lowercase

This commit is contained in:
Jack Humbert 2017-05-18 18:55:07 -04:00
parent 0d8c73dc8d
commit 85df687348
7 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// 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.
#include "M10A.h"
#include "m10a.h"
#include "action_layer.h"
#include "eeconfig.h"

View File

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