summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bigswitchseat/keymaps/via/keymap.c
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/keebio/bigswitchseat/keymaps/via/keymap.c
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/keebio/bigswitchseat/keymaps/via/keymap.c')
-rw-r--r--keyboards/keebio/bigswitchseat/keymaps/via/keymap.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/keebio/bigswitchseat/keymaps/via/keymap.c b/keyboards/keebio/bigswitchseat/keymaps/via/keymap.c
deleted file mode 100644
index 6d4378b995..0000000000
--- a/keyboards/keebio/bigswitchseat/keymaps/via/keymap.c
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2021 Danny Nguyen (@nooges)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include QMK_KEYBOARD_H
-
-// Defines names for use in layer keycodes and the keymap
-enum layer_names {
- _MAIN,
- _FN1,
- _FN2,
- _FN3
-};
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_MAIN] = LAYOUT(
- KC_A
- ),
- [_FN1] = LAYOUT(
- _______
- ),
- [_FN2] = LAYOUT(
- _______
- ),
- [_FN3] = LAYOUT(
- _______
- )
-};