diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-06-09 10:25:20 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-09 10:25:20 -0400 |
| commit | fc39a288edd1c43c385ac75f4f353b0a72333cae (patch) | |
| tree | 025336df37151b38e830bcebead325bba676315d | |
| parent | 8c4a59611a665bc25e75c84e93e09ed64e223b18 (diff) | |
| download | qmk_firmware-fc39a288edd1c43c385ac75f4f353b0a72333cae.tar.gz qmk_firmware-fc39a288edd1c43c385ac75f4f353b0a72333cae.zip | |
remove mechmini keymap from ps2avrGB
| -rw-r--r-- | keyboards/ps2avrGB/keymaps/mechmini/keymap.c | 28 |
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 | /* | ||
| 2 | This program is free software: you can redistribute it and/or modify | ||
| 3 | it under the terms of the GNU General Public License as published by | ||
| 4 | the Free Software Foundation, either version 2 of the License, or | ||
| 5 | (at your option) any later version. | ||
| 6 | |||
| 7 | This program is distributed in the hope that it will be useful, | ||
| 8 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | GNU General Public License for more details. | ||
| 11 | |||
| 12 | You should have received a copy of the GNU General Public License | ||
| 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 14 | */ | ||
| 15 | |||
| 16 | #include "ps2avrGB.h" | ||
| 17 | |||
| 18 | const 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 | |||
| 27 | const uint16_t PROGMEM fn_actions[] = { | ||
| 28 | }; | ||
