Delete keyboards/atset/at2/keymaps/default/via directory

This commit is contained in:
anubhav dhiman 2025-02-21 12:27:43 +05:30 committed by GitHub
parent d2c7446ec6
commit bbcba5861b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 54 deletions

View File

@ -1,6 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/* Because we use vibl, this has to be defined here instead of under keymaps/vial/config.h */
#define VIAL_KEYBOARD_UID {0x88, 0x38, 0x5C, 0x6F, 0xEA, 0xED, 0x55, 0xC2}

View File

@ -1,30 +0,0 @@
#include QMK_KEYBOARD_H
enum {
_L0,
_L1,
_L2,
_L3
} keyboard_layers;
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[ _L0] = LAYOUT_ortho_3x3(
KC_7, KC_8
),
[ _L1] = LAYOUT_ortho_3x3(
KC_NO, KC_NO
),
[_L2] = LAYOUT_ortho_3x3(
KC_NO, KC_NO
),
[_L3] = LAYOUT_ortho_3x3(
KC_NO, KC_NO
)
};

View File

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

View File

@ -1,15 +0,0 @@
{
"name": "Atset AT2",
"vendorId": "0x4141",
"productId": "0x6174",
"matrix": {
"rows": 1,
"cols": 2
},
"layouts": {
"keymap": [
["1\n\n\n\n\n\nA","2\n\n\n\n\n\nS"]
]
}
}