summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez
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/ergodox_ez
parent8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (diff)
Remove all via-enabled keymaps, including `via`. (#24322)
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r--keyboards/ergodox_ez/keymaps/via/keymap.c90
-rw-r--r--keyboards/ergodox_ez/keymaps/via/rules.mk1
2 files changed, 0 insertions, 91 deletions
diff --git a/keyboards/ergodox_ez/keymaps/via/keymap.c b/keyboards/ergodox_ez/keymaps/via/keymap.c
deleted file mode 100644
index 21ee23a3c2..0000000000
--- a/keyboards/ergodox_ez/keymaps/via/keymap.c
+++ /dev/null
@@ -1,90 +0,0 @@
1/* Copyright 2022 IFo Hancroft
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20
21 /* Default Layer
22 * *---------------------------------------------------------------------* *---------------------------------------------------------------------*
23 * | = | 1 | 2 | 3 | 4 | 5 | Left | | RIGHT | 6 | 7 | 8 | 9 | 0 | - |
24 * |---------+---------+---------+---------+---------+---------+---------| |---------+---------+---------+---------+---------+---------+---------|
25 * | Del | Q | W | E | R | T | L1 | | L1 | Y | U | I | O | P | \ |
26 * |---------+---------+---------+---------+---------+---------+---------| |---------+---------+---------+---------+---------+---------+---------|
27 * | BkSp | A | S | D | F | G | Hyper | | Meh | H | J | K | L | ; / L2 | ' / CMD |
28 * |---------+---------+---------+---------+---------+---------+---------* *---------+---------+---------+---------+---------+---------+---------|
29 * | Shift | Z/Ctrl | X | C | V | B | | N | M | , | . | //Ctrl | Shift |
30 * |---------+---------+---------+---------+---------+---------* *---------+---------+---------+---------+---------+---------|
31 * | Grv/L1 | " | AltShf | Left | Right | | Up | Down | [ | ] | ~L1 |
32 * *-------------------------------------------------* *-------------------------------------------------*
33 *
34 * *-------------------* *-------------------*
35 * | App | LGui | | Alt | Ctrl/Esc|
36 * *---------+---------+---------| |---------+---------+---------*
37 * | | | Home | | PgUp | | |
38 * | Space | BkSp |---------| |---------| Tab | Enter |
39 * | | | End | | PgDn | | |
40 * *---------+---------+---------* *---------+---------+---------*
41 */
42
43 LAYOUT_ergodox_pretty(
44 KC_EQL, KC_1, KC_2, KC_3, KC_4, KC_5, KC_LEFT, KC_RGHT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,
45 KC_DEL, KC_Q, KC_W, KC_E, KC_R, KC_T, TG(1), TG(1), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
46 KC_BSPC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, LT(2, KC_SCLN), GUI_T(KC_QUOT),
47 KC_LSFT, CTL_T(KC_Z), KC_X, KC_C, KC_V, KC_B, ALL_T(KC_NO), MEH_T(KC_NO), KC_N, KC_M, KC_COMM, KC_DOT, CTL_T(KC_SLSH), KC_RSFT,
48 LT(0,KC_GRV), KC_QUOT, LALT(KC_LSFT), KC_LEFT, KC_RIGHT, KC_UP, KC_DOWN, KC_LBRC, KC_RBRC, TT(1),
49
50 ALT_T(KC_APP), KC_LGUI, KC_LALT, CTL_T(KC_ESC),
51 KC_HOME, KC_PGUP,
52 KC_SPC, KC_BSPC, KC_END, KC_PGDN, KC_TAB, KC_ENT
53 ),
54
55 LAYOUT_ergodox_pretty(
56 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
57 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
58 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
59 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
60 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
61
62 _______, _______, _______, _______,
63 _______, _______,
64 _______, _______, _______, _______, _______, _______
65 ),
66
67 LAYOUT_ergodox_pretty(
68 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
69 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
70 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
71 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
72 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
73
74 _______, _______, _______, _______,
75 _______, _______,
76 _______, _______, _______, _______, _______, _______
77 ),
78
79 LAYOUT_ergodox_pretty(
80 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
81 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
82 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
83 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
84 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
85
86 _______, _______, _______, _______,
87 _______, _______,
88 _______, _______, _______, _______, _______, _______
89 )
90};
diff --git a/keyboards/ergodox_ez/keymaps/via/rules.mk b/keyboards/ergodox_ez/keymaps/via/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/ergodox_ez/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1VIA_ENABLE = yes