Remove all via-enabled keymaps, including via. (#24322)

This commit is contained in:
Nick Brassel 2024-08-26 07:51:22 +10:00 committed by GitHub
parent 8f6d2ac53c
commit 45dc2499dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4871 changed files with 0 additions and 149529 deletions

View file

@ -1,27 +0,0 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
* 1 2 3 4
*
* 5 6 7 8
*
* Q W E R
*
* A S D F
*
* Z X C V
*
*/
[0] = LAYOUT_ortho_5x4(
KC_P1, KC_P2, KC_P3, KC_P4,
KC_P5, KC_P6, KC_P7, KC_P8,
KC_Q, KC_W, KC_E, KC_R,
KC_A, KC_S, KC_D, KC_F,
KC_Z, KC_X, KC_C, KC_V
),
};

View file

@ -1 +0,0 @@
VIA_ENABLE = yes