diff options
author | Nick Brassel <nick@tzarc.org> | 2023-12-18 13:53:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 13:53:02 +1100 |
commit | 9539f135d8161557f0ffdfecb6e8c8c8b09786a2 (patch) | |
tree | e1f5fd65dfebcefd59287029a88979c9e38bbb7d /keyboards/spaceman | |
parent | 27a710861ebd2a1e0a13a7e39f6a6c6568909bb4 (diff) |
Remove obvious user keymaps, `keyboards/[0-9]*` edition. (#22691)
Diffstat (limited to 'keyboards/spaceman')
-rw-r--r-- | keyboards/spaceman/2_milk/keymaps/mouse/keymap.c | 8 | ||||
-rw-r--r-- | keyboards/spaceman/2_milk/keymaps/mouse/readme.md | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/spaceman/2_milk/keymaps/mouse/keymap.c b/keyboards/spaceman/2_milk/keymaps/mouse/keymap.c deleted file mode 100644 index a8ba44fb46..0000000000 --- a/keyboards/spaceman/2_milk/keymaps/mouse/keymap.c +++ /dev/null @@ -1,8 +0,0 @@ -#include QMK_KEYBOARD_H - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [0] = LAYOUT( - KC_BTN1, - KC_BTN2 - ) -}; diff --git a/keyboards/spaceman/2_milk/keymaps/mouse/readme.md b/keyboards/spaceman/2_milk/keymaps/mouse/readme.md deleted file mode 100644 index 8ecb99eddb..0000000000 --- a/keyboards/spaceman/2_milk/keymaps/mouse/readme.md +++ /dev/null @@ -1,2 +0,0 @@ -# left and right mouse buttons -requested by WanderingVagrant |