Skip to content

Commit

Permalink
m10a lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed May 18, 2017
1 parent 0d8c73d commit 85df687
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion keyboards/M10A/M10A.c → keyboards/m10a/m10a.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "M10A.h"
#include "m10a.h"

void matrix_init_kb(void) {
matrix_init_user();
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 85df687

Please sign in to comment.