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
4871 changed files with 0 additions and 149529 deletions

View File

@@ -1,22 +0,0 @@
// Copyright 2023 Binepad (@binpad)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_MUTE, KC_MPLY,
KC_MPRV, KC_MNXT
)
};
#if defined(ENCODER_MAP_ENABLE)
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
[0] = {
ENCODER_CCW_CW(KC_VOLD, KC_VOLU),
ENCODER_CCW_CW(KC_WH_U, KC_WH_D)
}
};
#endif

View File

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