summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/mf68_ble/mf68_ble.c
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-03-02 04:33:05 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-02 04:33:05 +0100
commitd8ccabeeef6e2a2fc3c26b2e3da8b75306f98c4d (patch)
treedf37f6d441297f893a2bd46681685a7485cdf5c1 /keyboards/40percentclub/mf68_ble/mf68_ble.c
parentd5f01ad2f91e7eb8df46a936a73114469209cabc (diff)
downloadqmk_firmware-d8ccabeeef6e2a2fc3c26b2e3da8b75306f98c4d.tar.gz
qmk_firmware-d8ccabeeef6e2a2fc3c26b2e3da8b75306f98c4d.tar.xz
[Keyboard] Convert mf68_ble to keymap (#5287)
* Initial refactor of handwired bluetooth mod to keymap * Initial refactor of handwired bluetooth mod to keymap - strip out unnecessary duplicate config, update readme * Initial refactor of handwired bluetooth mod to keymap - reduce firmware size * Initial refactor of handwired bluetooth mod to keymap - update readme image
Diffstat (limited to 'keyboards/40percentclub/mf68_ble/mf68_ble.c')
-rw-r--r--keyboards/40percentclub/mf68_ble/mf68_ble.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/40percentclub/mf68_ble/mf68_ble.c b/keyboards/40percentclub/mf68_ble/mf68_ble.c
deleted file mode 100644
index 95f8592f8..000000000
--- a/keyboards/40percentclub/mf68_ble/mf68_ble.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "mf68_ble.h"
-
-void matrix_init_kb(void) {
- // put your keyboard start-up code here
- // runs once when the firmware starts up
-
- matrix_init_user();
-}