summaryrefslogtreecommitdiff
path: root/keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c')
-rw-r--r--keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c b/keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c
deleted file mode 100644
index 20e2292f08..0000000000
--- a/keyboards/spaceman/2_milk/keymaps/mikethetiger/keymap.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(
- KC_VOLU,
- KC_VOLD
- )
-};