summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_3x10/wanleg/keymap.c
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-10-09 12:10:51 -0400
committervin <git@vineetk.net>2023-10-09 12:54:54 -0400
commit52db763c718733eada69e81b587377e3a720d390 (patch)
treed4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ortho_3x10/wanleg/keymap.c
parent42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff)
remove unused non-split layouts
Diffstat (limited to 'layouts/community/ortho_3x10/wanleg/keymap.c')
-rw-r--r--layouts/community/ortho_3x10/wanleg/keymap.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/layouts/community/ortho_3x10/wanleg/keymap.c b/layouts/community/ortho_3x10/wanleg/keymap.c
deleted file mode 100644
index 96d36eb312..0000000000
--- a/layouts/community/ortho_3x10/wanleg/keymap.c
+++ /dev/null
@@ -1,34 +0,0 @@
-#include QMK_KEYBOARD_H
-#include "wanleg.h"
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-[gGK] = LAYOUT_ortho_3x10_wrapper(
- _______________Gherkin_Row_0_______________,
- _______________Gherkin_Row_1_______________,
- _______________Gherkin_Row_2_______________
-),
-
-[gNUM] = LAYOUT_ortho_3x10_wrapper(
- _______________Gherkin_NUM_0_______________,
- _______________Gherkin_NUM_1_______________,
- _______________Gherkin_NUM_2_______________
-),
-
-[gDIR] = LAYOUT_ortho_3x10_wrapper(
- _______________Gherkin_DIR_0_______________,
- _______________Gherkin_DIR_1_______________,
- _______________Gherkin_DIR_2_______________
-),
-
-[gETC] = LAYOUT_ortho_3x10_wrapper(
- _______________Gherkin_ETC_0_______________,
- _______________Gherkin_ETC_1_______________,
- _______________Gherkin_ETC_2_______________
-),
-
-[_FN] = LAYOUT_ortho_3x10_wrapper(
- _______________Gherkin_FN_0________________,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
-),
-};