summaryrefslogtreecommitdiffstats
path: root/keyboards/mf68_ble
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mf68_ble')
-rw-r--r--keyboards/mf68_ble/keymaps/default/keymap.c2
-rw-r--r--keyboards/mf68_ble/mf68_ble.c (renamed from keyboards/mf68_ble/mf68.c)2
-rw-r--r--keyboards/mf68_ble/mf68_ble.h (renamed from keyboards/mf68_ble/mf68.h)4
3 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/mf68_ble/keymaps/default/keymap.c b/keyboards/mf68_ble/keymaps/default/keymap.c
index f4afd912a..9c7cecc2d 100644
--- a/keyboards/mf68_ble/keymaps/default/keymap.c
+++ b/keyboards/mf68_ble/keymaps/default/keymap.c
@@ -1,4 +1,4 @@
-#include "mf68.h"
+#include "mf68_ble.h"
#define _QWERTY 0
#define _FN1 1
diff --git a/keyboards/mf68_ble/mf68.c b/keyboards/mf68_ble/mf68_ble.c
index 1da522e7e..95f8592f8 100644
--- a/keyboards/mf68_ble/mf68.c
+++ b/keyboards/mf68_ble/mf68_ble.c
@@ -1,4 +1,4 @@
-#include "mf68.h"
+#include "mf68_ble.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
diff --git a/keyboards/mf68_ble/mf68.h b/keyboards/mf68_ble/mf68_ble.h
index a7aefc647..fa17a9390 100644
--- a/keyboards/mf68_ble/mf68.h
+++ b/keyboards/mf68_ble/mf68_ble.h
@@ -1,5 +1,5 @@
-#ifndef MF68_H
-#define MF68_H
+#ifndef MF68_BLE_H
+#define MF68_BLE_H
#include "quantum.h"