Browse Source

m10a lowercase

pull/1015/merge
Jack Humbert 7 years ago
parent
commit
85df687348
7 changed files with 2 additions and 2 deletions
  1. +0
    -0
      keyboards/m10a/Makefile
  2. +0
    -0
      keyboards/m10a/config.h
  3. +0
    -0
      keyboards/m10a/keymaps/default/Makefile
  4. +1
    -1
      keyboards/m10a/keymaps/default/keymap.c
  5. +1
    -1
      keyboards/m10a/m10a.c
  6. +0
    -0
      keyboards/m10a/m10a.h
  7. +0
    -0
      keyboards/m10a/rules.mk

keyboards/M10A/Makefile → keyboards/m10a/Makefile View File


keyboards/M10A/config.h → keyboards/m10a/config.h View File


keyboards/M10A/keymaps/default/Makefile → keyboards/m10a/keymaps/default/Makefile View File


keyboards/M10A/keymaps/default/keymap.c → keyboards/m10a/keymaps/default/keymap.c 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"

keyboards/M10A/M10A.c → keyboards/m10a/m10a.c View File

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

keyboards/M10A/M10A.h → keyboards/m10a/m10a.h View File


keyboards/M10A/rules.mk → keyboards/m10a/rules.mk View File


Loading…
Cancel
Save