summaryrefslogtreecommitdiffstats
path: root/keyboards/melody96
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/melody96')
-rw-r--r--keyboards/melody96/keymaps/default/keymap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/melody96/keymaps/default/keymap.c b/keyboards/melody96/keymaps/default/keymap.c
index 9142a0470..16f4561b5 100644
--- a/keyboards/melody96/keymaps/default/keymap.c
+++ b/keyboards/melody96/keymaps/default/keymap.c
@@ -73,12 +73,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
return MACRO_NONE;
}
-void matrix_init_user(void) {
-}
-
-void matrix_scan_user(void) {
-}
-
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}