diff options
| author | Nick Brassel <nick@tzarc.org> | 2024-08-26 07:51:22 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 07:51:22 +1000 |
| commit | 45dc2499dc369ce0ac7a4868a01ffb18fbaf0384 (patch) | |
| tree | de553a634ad4140405db6e325ad7bfb814b9a3ce /keyboards/cxt_studio | |
| parent | 8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (diff) | |
Remove all via-enabled keymaps, including `via`. (#24322)
Diffstat (limited to 'keyboards/cxt_studio')
| -rw-r--r-- | keyboards/cxt_studio/keymaps/via/keymap.c | 38 | ||||
| -rw-r--r-- | keyboards/cxt_studio/keymaps/via/rules.mk | 3 |
2 files changed, 0 insertions, 41 deletions
diff --git a/keyboards/cxt_studio/keymaps/via/keymap.c b/keyboards/cxt_studio/keymaps/via/keymap.c deleted file mode 100644 index 5037672758..0000000000 --- a/keyboards/cxt_studio/keymaps/via/keymap.c +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | /* Copyright 2023 Brian McKenna | ||
| 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 | |||
| 19 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 20 | [0] = LAYOUT( | ||
| 21 | KC_ESC, KC_F11, KC_NO, KC_MSTP, | ||
| 22 | KC_NO, KC_NO, KC_MRWD, KC_MFFD, | ||
| 23 | KC_NO, KC_MPLY, KC_MPLY, KC_MNXT, | ||
| 24 | |||
| 25 | KC_MUTE, KC_NO, KC_NO, RGB_TOG | ||
| 26 | ) | ||
| 27 | }; | ||
| 28 | |||
| 29 | #if defined(ENCODER_ENABLE) && defined(ENCODER_MAP_ENABLE) | ||
| 30 | const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { | ||
| 31 | [0] = { | ||
| 32 | ENCODER_CCW_CW(KC_VOLD, KC_VOLU), | ||
| 33 | ENCODER_CCW_CW(RGB_HUD, RGB_HUI), | ||
| 34 | ENCODER_CCW_CW(RGB_VAD, RGB_VAI), | ||
| 35 | ENCODER_CCW_CW(RGB_RMOD, RGB_MOD) | ||
| 36 | }, | ||
| 37 | }; | ||
| 38 | #endif // defined(ENCODER_ENABLE) && defined(ENCODER_MAP_ENABLE) | ||
diff --git a/keyboards/cxt_studio/keymaps/via/rules.mk b/keyboards/cxt_studio/keymaps/via/rules.mk deleted file mode 100644 index 70cf4224c0..0000000000 --- a/keyboards/cxt_studio/keymaps/via/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | VIA_ENABLE = yes | ||
| 2 | ENCODER_MAP_ENABLE = yes | ||
| 3 | LTO_ENABLE = yes | ||
