aboutsummaryrefslogtreecommitdiff
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 @@
1#include "mf68.h" 1#include "mf68_ble.h"
2 2
3#define _QWERTY 0 3#define _QWERTY 0
4#define _FN1 1 4#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 @@
1#include "mf68.h" 1#include "mf68_ble.h"
2 2
3void matrix_init_kb(void) { 3void matrix_init_kb(void) {
4 // put your keyboard start-up code here 4 // 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 @@
1#ifndef MF68_H 1#ifndef MF68_BLE_H
2#define MF68_H 2#define MF68_BLE_H
3 3
4#include "quantum.h" 4#include "quantum.h"
5 5