aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ps2avrGB/keymaps/mechmini/keymap.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/ps2avrGB/keymaps/mechmini/keymap.c b/keyboards/ps2avrGB/keymaps/mechmini/keymap.c
deleted file mode 100644
index 4b3ed916c..000000000
--- a/keyboards/ps2avrGB/keymaps/mechmini/keymap.c
+++ /dev/null
@@ -1,28 +0,0 @@
1/*
2This program is free software: you can redistribute it and/or modify
3it under the terms of the GNU General Public License as published by
4the Free Software Foundation, either version 2 of the License, or
5(at your option) any later version.
6
7This program is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with this program. If not, see <http://www.gnu.org/licenses/>.
14*/
15
16#include "ps2avrGB.h"
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 MECHMINI_KEYMAP(
20 TAB, Q, W, E, R, T, Y, U, I, O, P, BSLS,
21 LCTL, A, S, D, F, G, H, J, K, L, SCLN,
22 LSFT, Z, X, C, V, B, N, M, COMM, DOT, SLSH,
23 GRV, LALT, LGUI, SPC, ENT, RGUI, RALT, RCTL
24 )
25};
26
27const uint16_t PROGMEM fn_actions[] = {
28};