summaryrefslogtreecommitdiff
path: root/keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c')
-rw-r--r--keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c b/keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c
deleted file mode 100644
index 0e6eda839e..0000000000
--- a/keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2023 ShandonCodes (@ShandonCodes)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /*
- * ┌───┬───┬────┐
- * │ A │ B │ C │
- * ├───┼───┼────┤
- * │ D │ E │ Fn │
- * └───┴───┴────┘
- */
- [0] = LAYOUT_ortho_2x3(
- KC_A, KC_B, KC_C,
- KC_D, KC_E, MO(1)
- ),
- [1] = LAYOUT_ortho_2x3(
- RGB_MOD, RGB_RMOD, RGB_TOG,
- RGB_VAI, RGB_VAD, KC_TRNS
- )
-};