aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kprepublic/bm16s
diff options
context:
space:
mode:
authorNick Brassel2024-08-25 23:51:22 +0200
committerGitHub2024-08-25 23:51:22 +0200
commit45dc2499dc369ce0ac7a4868a01ffb18fbaf0384 (patch)
treede553a634ad4140405db6e325ad7bfb814b9a3ce /keyboards/kprepublic/bm16s
parent8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (diff)
Remove all via-enabled keymaps, including `via`. (#24322)
Diffstat (limited to 'keyboards/kprepublic/bm16s')
-rw-r--r--keyboards/kprepublic/bm16s/keymaps/via/keymap.c43
-rw-r--r--keyboards/kprepublic/bm16s/keymaps/via/rules.mk2
2 files changed, 0 insertions, 45 deletions
diff --git a/keyboards/kprepublic/bm16s/keymaps/via/keymap.c b/keyboards/kprepublic/bm16s/keymaps/via/keymap.c
deleted file mode 100644
index 8c6815b6c7..0000000000
--- a/keyboards/kprepublic/bm16s/keymaps/via/keymap.c
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Copyright 2020 Relocks
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_ortho_4x4(
- KC_KP_7, KC_KP_8, KC_KP_9, MO(1),
- KC_KP_4, KC_KP_5, KC_KP_6, KC_PMNS,
- KC_KP_1, KC_KP_2, KC_KP_3, KC_PPLS,
- KC_KP_0, KC_PDOT, KC_PCMM, KC_PENT
- ),
- [1] = LAYOUT_ortho_4x4(
- QK_BOOT, BL_STEP, KC_TRNS, KC_VOLU,
- BL_TOGG, BL_DOWN, BL_UP, KC_VOLD,
- UG_TOGG, UG_NEXT, UG_HUEU, KC_MUTE,
- UG_SATU, UG_SATD, UG_HUED, KC_TRNS
- ),
- [2] = LAYOUT_ortho_4x4(
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
- [3] = LAYOUT_ortho_4x4(
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-};
diff --git a/keyboards/kprepublic/bm16s/keymaps/via/rules.mk b/keyboards/kprepublic/bm16s/keymaps/via/rules.mk
deleted file mode 100644
index 43061db1dd..0000000000
--- a/keyboards/kprepublic/bm16s/keymaps/via/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-VIA_ENABLE = yes
-LTO_ENABLE = yes \ No newline at end of file