fix: remove invalid keymaps/files

This commit is contained in:
honorless 2023-09-09 10:43:18 -04:00
parent f1f441aa32
commit 1dc86555bc
No known key found for this signature in database
GPG Key ID: 1B48A311ABE8DA4D
4 changed files with 0 additions and 207 deletions

View File

@ -1,27 +0,0 @@
{
"name": "The PASSWORD",
"vendorId": "0xFEED",
"productId": "0x6060",
"lighting": "none",
"matrix": {
"rows": 1,
"cols": 8
},
"layouts": {
"keymap": [
[
{
"c": "#00589f"
},
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7"
]
]
}
}

View File

@ -1,108 +0,0 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
* < /
* Ent
* > *
*
*
* 7 8 9
* +
* 5 6 7
*
* 1 2 3 -
*
* ALT 0 . Bs
*
*/
[0] = LAYOUT_all(
KC_PENT, KC_LEFT, KC_PSLS,
KC_RGHT, KC_PAST,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PMNS,
KC_LALT, KC_P0, KC_PDOT, KC_BSPC
),
/*
*
* < /
* Ent
* > *
*
*
* 7 8 9
* +
* 5 6 7
*
* 1 2 3 -
*
* ALT 0 . Bs
*
*/
[1] = LAYOUT_all(
KC_PENT, KC_LEFT, KC_PSLS,
KC_RGHT, KC_PAST,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PMNS,
KC_LALT, KC_P0, KC_PDOT, KC_BSPC
),
/*
*
* < /
* Ent
* > *
*
*
* 7 8 9
* +
* 5 6 7
*
* 1 2 3 -
*
* ALT 0 . Bs
*
*/
[2] = LAYOUT_all(
KC_PENT, KC_LEFT, KC_PSLS,
KC_RGHT, KC_PAST,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PMNS,
KC_LALT, KC_P0, KC_PDOT, KC_BSPC
),
/*
*
* < /
* Ent
* > *
*
*
* 7 8 9
* +
* 5 6 7
*
* 1 2 3 -
*
* ALT 0 . Bs
*
*/
[3] = LAYOUT_all(
KC_PENT, KC_LEFT, KC_PSLS,
KC_RGHT, KC_PAST,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PMNS,
KC_LALT, KC_P0, KC_PDOT, KC_BSPC
)
};

View File

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

View File

@ -1,69 +0,0 @@
{
"layouts": {
"keymap": [
[
{
"w": 2,
"h": 2
},
"2,3",
{
"x": 0.25
},
"0,2",
"0,3"
],
[
{
"x": 2.25
},
"1,2",
"1,3"
],
[
{
"y": 0.25
},
"2,0",
"2,1",
"2,2",
{
"x": 0.25,
"h": 2
},
"3,3"
],
[
"3,0",
"3,1",
"3,2"
],
[
"4,0",
"4,1",
"4,2",
{
"x": 0.25
},
"4,3"
],
[
"5,0",
"5,1",
"5,2",
{
"x": 0.25
},
"5,3"
]
]
},
"name": "sinpad20",
"vendorId": "0xCEE9",
"productId": "0x0001",
"lighting": "none",
"matrix": {
"rows": 6,
"cols": 4
}
}