summaryrefslogtreecommitdiff
path: root/keyboards/westfoxtrot/aanzee/keymaps/via
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/westfoxtrot/aanzee/keymaps/via')
-rw-r--r--keyboards/westfoxtrot/aanzee/keymaps/via/keymap.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/westfoxtrot/aanzee/keymaps/via/keymap.c b/keyboards/westfoxtrot/aanzee/keymaps/via/keymap.c
index 1ac5c77fff..1d1e2252bb 100644
--- a/keyboards/westfoxtrot/aanzee/keymaps/via/keymap.c
+++ b/keyboards/westfoxtrot/aanzee/keymaps/via/keymap.c
@@ -34,15 +34,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______, _______, \
_______,_______,_______, _______, _______,_______ ,_______,_______, _______)
};
-
- void matrix_init_user(void) {
- //user initialization
- }
-
- void matrix_scan_user(void) {
- //user matrix
- }
-
- bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- return true;
- }