summaryrefslogtreecommitdiff
path: root/keyboards/magic_force
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-08-26 07:51:22 +1000
committerGitHub <noreply@github.com>2024-08-26 07:51:22 +1000
commit45dc2499dc369ce0ac7a4868a01ffb18fbaf0384 (patch)
treede553a634ad4140405db6e325ad7bfb814b9a3ce /keyboards/magic_force
parent8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (diff)
Remove all via-enabled keymaps, including `via`. (#24322)
Diffstat (limited to 'keyboards/magic_force')
-rwxr-xr-xkeyboards/magic_force/mf17/keymaps/via/keymap.c33
-rw-r--r--keyboards/magic_force/mf17/keymaps/via/rules.mk1
-rwxr-xr-xkeyboards/magic_force/mf34/keymaps/via/keymap.c39
-rw-r--r--keyboards/magic_force/mf34/keymaps/via/rules.mk1
4 files changed, 0 insertions, 74 deletions
diff --git a/keyboards/magic_force/mf17/keymaps/via/keymap.c b/keyboards/magic_force/mf17/keymaps/via/keymap.c
deleted file mode 100755
index 0facde4bb8..0000000000
--- a/keyboards/magic_force/mf17/keymaps/via/keymap.c
+++ /dev/null
@@ -1,33 +0,0 @@
1/*
2Copyright 2012,2013 gezhaoyou <gezhaoyou@126.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT_numpad_5x4(
21 KC_NUM_LOCK, KC_PSLS, KC_PAST, LT(1, KC_PMNS),
22 KC_P7, KC_P8, KC_P9,
23 KC_P4, KC_P5, KC_P6, KC_PPLS,
24 KC_P1, KC_P2, KC_P3,
25 KC_P0, KC_PDOT, KC_PENT),
26 [1] = LAYOUT_numpad_5x4(
27 KC_TRNS, KC_CALCULATOR, KC_BSPC, KC_TRNS,
28 RGB_MOD, RGB_VAI, RGB_HUI,
29 RGB_SPD, RGB_TOG, RGB_SPI, QK_BOOTLOADER,
30 RGB_RMOD, RGB_VAD, RGB_HUD,
31 KC_TRNS, KC_TRNS, QK_CLEAR_EEPROM),
32};
33
diff --git a/keyboards/magic_force/mf17/keymaps/via/rules.mk b/keyboards/magic_force/mf17/keymaps/via/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/magic_force/mf17/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1VIA_ENABLE = yes
diff --git a/keyboards/magic_force/mf34/keymaps/via/keymap.c b/keyboards/magic_force/mf34/keymaps/via/keymap.c
deleted file mode 100755
index 03135be226..0000000000
--- a/keyboards/magic_force/mf34/keymaps/via/keymap.c
+++ /dev/null
@@ -1,39 +0,0 @@
1/*
2Copyright 2012,2013 gezhaoyou <gezhaoyou@126.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17#include QMK_KEYBOARD_H
18enum layer_names {
19 _BASE,
20 _FN
21};
22
23const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
24 [_BASE] = LAYOUT(
25 KC_ESC, MO(1), KC_EQL, KC_LPRN, KC_RPRN, KC_CALCULATOR, KC_BSPC,
26 KC_INSERT, KC_HOME, KC_PGUP, KC_NUM_LOCK, KC_PSLS, KC_PAST, KC_PMNS,
27 KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9,
28 KC_P4, KC_P5, KC_P6, KC_PPLS,
29 KC_UP, KC_P1, KC_P2, KC_P3,
30 KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT),
31 [_FN] = LAYOUT(
32 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOTLOADER,
33 RGB_TOG, RGB_HUI, RGB_MOD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34 KC_TRNS, RGB_HUD, RGB_RMOD, KC_TRNS, KC_TRNS, KC_TRNS,
35 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
36 RGB_VAI, KC_TRNS, KC_TRNS, KC_TRNS,
37 RGB_SPD, RGB_VAD, RGB_SPI, KC_TRNS, KC_TRNS, QK_CLEAR_EEPROM),
38};
39
diff --git a/keyboards/magic_force/mf34/keymaps/via/rules.mk b/keyboards/magic_force/mf34/keymaps/via/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/magic_force/mf34/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1VIA_ENABLE = yes