Merge branch 'vial' of https://github.com/vial-kb/vial-qmk into vial
This commit is contained in:
commit
5efdcd951b
23 changed files with 1003 additions and 0 deletions
8
keyboards/acheron/elongate/delta/keymaps/vial/config.h
Normal file
8
keyboards/acheron/elongate/delta/keymaps/vial/config.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x4F, 0x61, 0xF4, 0xA5, 0x22, 0x84, 0xD5, 0xDC}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
||||
38
keyboards/acheron/elongate/delta/keymaps/vial/keymap.c
Executable file
38
keyboards/acheron/elongate/delta/keymaps/vial/keymap.c
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
/* Copyright 2020 Gondolindrim
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
#define SPC_L2 LT(2, KC_SPACE)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT( /* Base */
|
||||
KC_ESC , KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, KC_KP_7, KC_KP_8, KC_KP_9,
|
||||
KC_TAB , KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENTER, KC_KP_4, KC_KP_5, KC_KP_6,
|
||||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, MO(1) , KC_UP, KC_KP_1, KC_KP_2, KC_KP_3,
|
||||
KC_LCTL, KC_LWIN, KC_LALT, SPC_L2, KC_SPC, KC_RALT, KC_LEFT, KC_DOWN, KC_RIGHT, KC_KP_0, KC_DOT
|
||||
),
|
||||
[1] = LAYOUT( /* Base */
|
||||
KC_F1, KC_F2, KC_F2, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_LBRC, KC_RBRC, KC_MINS, KC_EQL, KC_NUM, KC_SCRL, KC_CAPS,
|
||||
KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_RSFT, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_SCLN, KC_QUOT, KC_SLSH, KC_TRNS, KC_PGUP, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_SPC, KC_TRNS, KC_HOME, KC_PGDN, KC_END , KC_TRNS, KC_TRNS
|
||||
),
|
||||
[2] = LAYOUT( /* Base */
|
||||
QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS , KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS , KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, UG_TOGG, UG_NEXT, UG_PREV, RGB_M_T, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS , KC_SPC, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
)
|
||||
};
|
||||
2
keyboards/acheron/elongate/delta/keymaps/vial/rules.mk
Normal file
2
keyboards/acheron/elongate/delta/keymaps/vial/rules.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
153
keyboards/acheron/elongate/delta/keymaps/vial/vial.json
Normal file
153
keyboards/acheron/elongate/delta/keymaps/vial/vial.json
Normal file
|
|
@ -0,0 +1,153 @@
|
|||
{
|
||||
"matrix": {
|
||||
"rows": 5,
|
||||
"cols": 15
|
||||
},
|
||||
"lighting": "qmk_backlight_rgblight",
|
||||
"layouts": {
|
||||
"keymap": [
|
||||
[
|
||||
{
|
||||
"c": "#777777"
|
||||
},
|
||||
"0,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"0,1",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
"0,9",
|
||||
"0,10",
|
||||
{
|
||||
"c": "#aaaaaa"
|
||||
},
|
||||
"0,11",
|
||||
{
|
||||
"x": 0.5,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"0,12",
|
||||
"0,13",
|
||||
"0,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.25
|
||||
},
|
||||
"1,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"1,1",
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
{
|
||||
"c": "#777777",
|
||||
"w": 1.75
|
||||
},
|
||||
"1,11",
|
||||
{
|
||||
"x": 0.5,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"1,12",
|
||||
"1,13",
|
||||
"1,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.75
|
||||
},
|
||||
"2,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.25
|
||||
},
|
||||
"2,10",
|
||||
{
|
||||
"x": 1.5,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"4,12",
|
||||
"4,13",
|
||||
"4,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": -0.75,
|
||||
"x": 11.25,
|
||||
"c": "#777777"
|
||||
},
|
||||
"4,11"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": -0.25,
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.25
|
||||
},
|
||||
"3,0",
|
||||
"3,1",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"3,2",
|
||||
{
|
||||
"c": "#cccccc",
|
||||
"w": 2.25
|
||||
},
|
||||
"3,4",
|
||||
{
|
||||
"x": 0.5,
|
||||
"w": 2.75
|
||||
},
|
||||
"3,7",
|
||||
{
|
||||
"c": "#aaaaaa"
|
||||
},
|
||||
"3,9",
|
||||
{
|
||||
"x": 3.5,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"3,13",
|
||||
"3,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": -0.75,
|
||||
"x": 10.25,
|
||||
"c": "#777777"
|
||||
},
|
||||
"3,10",
|
||||
"3,11",
|
||||
"3,12"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
8
keyboards/archerkeyboard/desire65/keymaps/vial/config.h
Normal file
8
keyboards/archerkeyboard/desire65/keymaps/vial/config.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x23, 0x09, 0x00, 0x2A, 0x2F, 0x0C, 0xEC, 0x26}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS {0, 2}
|
||||
#define VIAL_UNLOCK_COMBO_COLS {0, 14}
|
||||
28
keyboards/archerkeyboard/desire65/keymaps/vial/keymap.json
Normal file
28
keyboards/archerkeyboard/desire65/keymaps/vial/keymap.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"version": 1,
|
||||
"keyboard": "archerkeyboard/desire65",
|
||||
"keymap": "vial",
|
||||
"layout": "LAYOUT_65_ansi_blocker_tsangan_split_bs",
|
||||
"layers": [
|
||||
[
|
||||
"KC_ESC", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_MINS", "KC_EQL", "KC_BSLS", "KC_BSPC", "KC_HOME",
|
||||
"KC_TAB", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_LBRC", "KC_RBRC", "KC_BSLS", "KC_END",
|
||||
"KC_CAPS", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", "KC_ENT", "KC_PGUP",
|
||||
"KC_LSFT", "KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", "KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH", "KC_RSFT", "KC_UP", "KC_PGDN",
|
||||
"KC_LCTL", "KC_LGUI", "KC_LALT", "KC_SPC", "MO(1)", "KC_LEFT", "KC_DOWN", "KC_RIGHT"
|
||||
],
|
||||
[
|
||||
"KC_GRV", "KC_F1", "KC_F2", "KC_F3", "KC_F4", "KC_F5", "KC_F6", "KC_F7", "KC_F8", "KC_F9", "KC_F10", "KC_F11", "KC_F12", "_______", "KC_DEL", "_______",
|
||||
"_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "KC_INS", "_______", "KC_PSCR", "_______", "_______", "_______", "_______",
|
||||
"_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______",
|
||||
"_______", "_______", "_______", "KC_CALC", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "KC_MPLY", "KC_VOLU", "_______",
|
||||
"_______", "_______", "_______", "_______", "_______", "KC_MPRV", "KC_VOLD", "KC_MNXT"
|
||||
]
|
||||
],
|
||||
"config": {
|
||||
"features": {
|
||||
"via": true,
|
||||
"vial": true
|
||||
}
|
||||
}
|
||||
}
|
||||
148
keyboards/archerkeyboard/desire65/keymaps/vial/vial.json
Normal file
148
keyboards/archerkeyboard/desire65/keymaps/vial/vial.json
Normal file
|
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"name": "desire65",
|
||||
"vendorId": "0x0361",
|
||||
"productId": "0x0002",
|
||||
"lighting": "qmk_rgblight",
|
||||
"keycodes": [
|
||||
"qmk_lighting"
|
||||
],
|
||||
"matrix": {
|
||||
"rows": 5,
|
||||
"cols": 16
|
||||
},
|
||||
"layouts": {
|
||||
"labels": [
|
||||
"Split Backspace"
|
||||
],
|
||||
"keymap": [
|
||||
[
|
||||
"0,0",
|
||||
"0,1",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11",
|
||||
"0,12",
|
||||
{
|
||||
"c": "#c5c74a",
|
||||
"w": 2
|
||||
},
|
||||
"0,14\n\n\n0,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"0,15",
|
||||
{
|
||||
"x": 0.25,
|
||||
"c": "#c5c74a"
|
||||
},
|
||||
"0,13\n\n\n0,1",
|
||||
"0,14\n\n\n0,1"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#cccccc",
|
||||
"w": 1.5
|
||||
},
|
||||
"1,0",
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10",
|
||||
"1,11",
|
||||
"1,12",
|
||||
"1,13",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"1,14",
|
||||
"1,15"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 1.25,
|
||||
"w2": 1.75,
|
||||
"l": true
|
||||
},
|
||||
"2,0",
|
||||
{
|
||||
"x": 0.5
|
||||
},
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10",
|
||||
"2,11",
|
||||
"2,12",
|
||||
{
|
||||
"w": 2.25
|
||||
},
|
||||
"2,14",
|
||||
"2,15"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 2.25
|
||||
},
|
||||
"3,0",
|
||||
"3,2",
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6",
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10",
|
||||
"3,11",
|
||||
{
|
||||
"w": 1.75
|
||||
},
|
||||
"3,13",
|
||||
"3,14",
|
||||
"3,15"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"4,0",
|
||||
"4,2",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"4,3",
|
||||
{
|
||||
"w": 7
|
||||
},
|
||||
"4,7",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"4,11",
|
||||
{
|
||||
"x": 0.5
|
||||
},
|
||||
"4,13",
|
||||
"4,14",
|
||||
"4,15"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
56
keyboards/lazydesigners/kontro/info.json
Normal file
56
keyboards/lazydesigners/kontro/info.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"keyboard_name": "Kontro",
|
||||
"manufacturer": "lazydesigners",
|
||||
"url": "http://lazydesigners.cn",
|
||||
"maintainer": "lazydesigners",
|
||||
"usb": {
|
||||
"vid": "0x4C44",
|
||||
"pid": "0x0033",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"matrix_pins": {
|
||||
"cols": [ "B10", "A2", "F1", "F0", "C15", "C14", "C13", "B9", "B8", "B7" ],
|
||||
"rows": [ "B13", "B14", "A3"]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||
{"matrix": [0, 4], "x": 4, "y": 0},
|
||||
{"matrix": [0, 5], "x": 5, "y": 0},
|
||||
{"matrix": [0, 6], "x": 6, "y": 0},
|
||||
{"matrix": [0, 7], "x": 7, "y": 0},
|
||||
{"matrix": [0, 8], "x": 8, "y": 0},
|
||||
{"matrix": [0, 9], "x": 9, "y": 0},
|
||||
|
||||
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||
{"matrix": [1, 1], "x": 1, "y": 1},
|
||||
{"matrix": [1, 2], "x": 2, "y": 1},
|
||||
{"matrix": [1, 3], "x": 3, "y": 1},
|
||||
{"matrix": [1, 4], "x": 4, "y": 1},
|
||||
{"matrix": [1, 5], "x": 5, "y": 1},
|
||||
{"matrix": [1, 6], "x": 6, "y": 1},
|
||||
{"matrix": [1, 7], "x": 7, "y": 1},
|
||||
{"matrix": [1, 8], "x": 8, "y": 1},
|
||||
{"matrix": [1, 9], "x": 9, "y": 1},
|
||||
|
||||
{"matrix": [2, 0], "x": 0, "y": 2},
|
||||
{"matrix": [2, 1], "x": 1, "y": 2},
|
||||
{"matrix": [2, 2], "x": 2, "y": 2},
|
||||
{"matrix": [2, 3], "x": 3, "y": 2},
|
||||
{"matrix": [2, 4], "x": 4, "y": 2},
|
||||
{"matrix": [2, 5], "x": 5, "y": 2},
|
||||
{"matrix": [2, 6], "x": 6, "y": 2},
|
||||
{"matrix": [2, 7], "x": 7, "y": 2},
|
||||
{"matrix": [2, 8], "x": 8, "y": 2},
|
||||
{"matrix": [2, 9], "x": 9, "y": 2}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
25
keyboards/lazydesigners/kontro/keymaps/default/keymap.c
Normal file
25
keyboards/lazydesigners/kontro/keymaps/default/keymap.c
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// Copyright 2024 LAZDESIGNERS
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT,
|
||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_DOT, KC_UP, KC_COMM
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
|
||||
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO
|
||||
),
|
||||
};
|
||||
|
||||
|
||||
13
keyboards/lazydesigners/kontro/keymaps/vial/config.h
Normal file
13
keyboards/lazydesigners/kontro/keymaps/vial/config.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0xC8, 0xE6, 0x2A, 0xC9, 0xD5, 0xE6, 0x29, 0x6D}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 9 }
|
||||
|
||||
#define VIAL_COMBO_ENTRIES 32
|
||||
#define VIAL_TAP_DANCE_ENTRIES 32
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
||||
25
keyboards/lazydesigners/kontro/keymaps/vial/keymap.c
Normal file
25
keyboards/lazydesigners/kontro/keymaps/vial/keymap.c
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// Copyright 2024 LAZDESIGNERS
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT,
|
||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_DOT, KC_UP, KC_COMM
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
|
||||
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO
|
||||
),
|
||||
};
|
||||
|
||||
|
||||
2
keyboards/lazydesigners/kontro/keymaps/vial/rules.mk
Normal file
2
keyboards/lazydesigners/kontro/keymaps/vial/rules.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
15
keyboards/lazydesigners/kontro/keymaps/vial/vial.json
Normal file
15
keyboards/lazydesigners/kontro/keymaps/vial/vial.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"matrix": {"rows": 3, "cols": 10},
|
||||
"layouts": {
|
||||
"labels":
|
||||
[
|
||||
["Version", "Alpha","Gamma"]
|
||||
],
|
||||
"keymap": [
|
||||
["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7","0,8","0,9"],
|
||||
["1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9"],
|
||||
["2,0\n\n\n0,0","2,1\n\n\n0,0","2,2\n\n\n0,0","2,3\n\n\n0,0","2,4\n\n\n0,0","2,5\n\n\n0,0","2,6\n\n\n0,0","2,7\n\n\n0,0","2,8\n\n\n0,0","2,9\n\n\n0,0"],
|
||||
[{"w":0.25,"d":true},"\n\n\n0,1","2,0\n\n\n0,1","2,1\n\n\n0,1","2,2\n\n\n0,1","2,3\n\n\n0,1",{"w":1.5},"2,4\n\n\n0,1","2,6\n\n\n0,1","2,7\n\n\n0,1","2,8\n\n\n0,1","2,9\n\n\n0,1"]
|
||||
]
|
||||
}
|
||||
}
|
||||
18
keyboards/lazydesigners/kontro/readme.md
Normal file
18
keyboards/lazydesigners/kontro/readme.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Kontro
|
||||
|
||||
A gasket mounted 30% keyboard designed and produced in 2024 by [LAZYDESIGNERS](http://lazydesigners.cn).
|
||||
|
||||
* Keyboard Maintainer: [LAZYDESIGNERS](https://github.com/jackytrabbit)
|
||||
* Hardware Supported: Kontro Alpha and Kontro Gamma
|
||||
* Hardware Availability: Check [LAZYDESIGNERS's homepage.](http://lazydesigners.cn)
|
||||
|
||||
Make example for this keyboard (after setting up your vial build environment):
|
||||
|
||||
make lazydesigners/kontro:vial
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make lazydesigners/kontro:vial:flash
|
||||
|
||||
**Reset Key:** To enter the bootloader, press the boot button and short the reset pads together on the PCB.
|
||||
|
||||
12
keyboards/lazydesigners/kontro/rules.mk
Normal file
12
keyboards/lazydesigners/kontro/rules.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
17
keyboards/salane/ncr80alpsskfl/config.h
Normal file
17
keyboards/salane/ncr80alpsskfl/config.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Copyright 2024 Salane
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RP2040_FLASH_GENERIC_03H
|
||||
128
keyboards/salane/ncr80alpsskfl/keyboard.json
Normal file
128
keyboards/salane/ncr80alpsskfl/keyboard.json
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
{
|
||||
"keyboard_name": "NCR80 ALPS SKFL",
|
||||
"manufacturer": "Salane",
|
||||
"url": "",
|
||||
"maintainer": "Mai The San",
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040",
|
||||
"usb": {
|
||||
"vid": "0x534C",
|
||||
"pid": "0x087A",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"rows": ["GP24", "GP9", "GP10", "GP13", "GP12", "GP11"],
|
||||
"cols": ["GP16", "GP17", "GP18", "GP19", "GP20", "GP21", "GP22", "GP23", "GP25", "GP26", "GP27", "GP28", "GP29", "GP6", "GP5", "GP4", "GP3"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"console": false,
|
||||
"command": false,
|
||||
"nkro": false,
|
||||
"rgblight": false
|
||||
},
|
||||
"indicators": {
|
||||
"num_lock": "GP0",
|
||||
"caps_lock": "GP1",
|
||||
"scroll_lock": "GP2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"label": "K00", "matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"label": "K01", "matrix": [0, 1], "x": 2, "y": 0},
|
||||
{"label": "K02", "matrix": [0, 2], "x": 3, "y": 0},
|
||||
{"label": "K03", "matrix": [0, 3], "x": 4, "y": 0},
|
||||
{"label": "K04", "matrix": [0, 4], "x": 5, "y": 0},
|
||||
{"label": "K05", "matrix": [0, 5], "x": 6.5, "y": 0},
|
||||
{"label": "K06", "matrix": [0, 6], "x": 7.5, "y": 0},
|
||||
{"label": "K07", "matrix": [0, 7], "x": 8.5, "y": 0},
|
||||
{"label": "K08", "matrix": [0, 8], "x": 9.5, "y": 0},
|
||||
{"label": "K09", "matrix": [0, 9], "x": 11, "y": 0},
|
||||
{"label": "K0A", "matrix": [0, 10], "x": 12, "y": 0},
|
||||
{"label": "K0B", "matrix": [0, 11], "x": 13, "y": 0},
|
||||
{"label": "K0C", "matrix": [0, 12], "x": 14, "y": 0},
|
||||
|
||||
{"label": "K10", "matrix": [1, 0], "x": 0, "y": 2},
|
||||
{"label": "K11", "matrix": [1, 1], "x": 1, "y": 2},
|
||||
{"label": "K12", "matrix": [1, 2], "x": 2, "y": 2},
|
||||
{"label": "K13", "matrix": [1, 3], "x": 3, "y": 2},
|
||||
{"label": "K14", "matrix": [1, 4], "x": 4, "y": 2},
|
||||
{"label": "K15", "matrix": [1, 5], "x": 5, "y": 2},
|
||||
{"label": "K16", "matrix": [1, 6], "x": 6, "y": 2},
|
||||
{"label": "K17", "matrix": [1, 7], "x": 7, "y": 2},
|
||||
{"label": "K18", "matrix": [1, 8], "x": 8, "y": 2},
|
||||
{"label": "K19", "matrix": [1, 9], "x": 9, "y": 2},
|
||||
{"label": "K1A", "matrix": [1, 10], "x": 10, "y": 2},
|
||||
{"label": "K1B", "matrix": [1, 11], "x": 11, "y": 2},
|
||||
{"label": "K1C", "matrix": [1, 12], "x": 12, "y": 2},
|
||||
{"label": "K0D", "matrix": [0, 13], "x": 13, "y": 2},
|
||||
{"label": "K1D", "matrix": [1, 13], "x": 14, "y": 2},
|
||||
{"label": "K1E", "matrix": [1, 14], "x": 15.25, "y": 2},
|
||||
{"label": "K1F", "matrix": [1, 15], "x": 16.25, "y": 2},
|
||||
{"label": "K1G", "matrix": [1, 16], "x": 17.25, "y": 2},
|
||||
|
||||
{"label": "K20", "matrix": [2, 0], "x": 0, "y": 3, "w": 1.5},
|
||||
{"label": "K21", "matrix": [2, 1], "x": 1.5, "y": 3},
|
||||
{"label": "K22", "matrix": [2, 2], "x": 2.5, "y": 3},
|
||||
{"label": "K23", "matrix": [2, 3], "x": 3.5, "y": 3},
|
||||
{"label": "K24", "matrix": [2, 4], "x": 4.5, "y": 3},
|
||||
{"label": "K25", "matrix": [2, 5], "x": 5.5, "y": 3},
|
||||
{"label": "K26", "matrix": [2, 6], "x": 6.5, "y": 3},
|
||||
{"label": "K27", "matrix": [2, 7], "x": 7.5, "y": 3},
|
||||
{"label": "K28", "matrix": [2, 8], "x": 8.5, "y": 3},
|
||||
{"label": "K29", "matrix": [2, 9], "x": 9.5, "y": 3},
|
||||
{"label": "K2A", "matrix": [2, 10], "x": 10.5, "y": 3},
|
||||
{"label": "K2B", "matrix": [2, 11], "x": 11.5, "y": 3},
|
||||
{"label": "K2C", "matrix": [2, 12], "x": 12.5, "y": 3},
|
||||
{"label": "K2D", "matrix": [2, 13], "x": 13.5, "y": 3, "w": 1.5},
|
||||
{"label": "K2E", "matrix": [2, 14], "x": 15.25, "y": 3},
|
||||
{"label": "K2F", "matrix": [2, 15], "x": 16.25, "y": 3},
|
||||
{"label": "K2G", "matrix": [2, 16], "x": 17.25, "y": 3},
|
||||
|
||||
{"label": "K30", "matrix": [3, 0], "x": 0, "y": 4, "w": 1.75},
|
||||
{"label": "K31", "matrix": [3, 1], "x": 1.75, "y": 4},
|
||||
{"label": "K32", "matrix": [3, 2], "x": 2.75, "y": 4},
|
||||
{"label": "K33", "matrix": [3, 3], "x": 3.75, "y": 4},
|
||||
{"label": "K34", "matrix": [3, 4], "x": 4.75, "y": 4},
|
||||
{"label": "K35", "matrix": [3, 5], "x": 5.75, "y": 4},
|
||||
{"label": "K36", "matrix": [3, 6], "x": 6.75, "y": 4},
|
||||
{"label": "K37", "matrix": [3, 7], "x": 7.75, "y": 4},
|
||||
{"label": "K38", "matrix": [3, 8], "x": 8.75, "y": 4},
|
||||
{"label": "K39", "matrix": [3, 9], "x": 9.75, "y": 4},
|
||||
{"label": "K3A", "matrix": [3, 10], "x": 10.75, "y": 4},
|
||||
{"label": "K3B", "matrix": [3, 11], "x": 11.75, "y": 4},
|
||||
{"label": "K3D", "matrix": [3, 13], "x": 12.75, "y": 4, "w": 2.25},
|
||||
|
||||
{"label": "K40", "matrix": [4, 0], "x": 0, "y": 5, "w": 2.25},
|
||||
{"label": "K42", "matrix": [4, 2], "x": 2.25, "y": 5},
|
||||
{"label": "K43", "matrix": [4, 3], "x": 3.25, "y": 5},
|
||||
{"label": "K44", "matrix": [4, 4], "x": 4.25, "y": 5},
|
||||
{"label": "K45", "matrix": [4, 5], "x": 5.25, "y": 5},
|
||||
{"label": "K46", "matrix": [4, 6], "x": 6.25, "y": 5},
|
||||
{"label": "K47", "matrix": [4, 7], "x": 7.25, "y": 5},
|
||||
{"label": "K48", "matrix": [4, 8], "x": 8.25, "y": 5},
|
||||
{"label": "K49", "matrix": [4, 9], "x": 9.25, "y": 5},
|
||||
{"label": "K4A", "matrix": [4, 10], "x": 10.25, "y": 5},
|
||||
{"label": "K4B", "matrix": [4, 11], "x": 11.25, "y": 5},
|
||||
{"label": "K4C", "matrix": [4, 12], "x": 12.25, "y": 5, "w": 1.75},
|
||||
{"label": "K4D", "matrix": [4, 13], "x": 14, "y": 5},
|
||||
{"label": "K4F", "matrix": [4, 15], "x": 16.25, "y": 5},
|
||||
|
||||
{"label": "K50", "matrix": [5, 0], "x": 0, "y": 6, "w": 1.5},
|
||||
{"label": "K51", "matrix": [5, 1], "x": 1.5, "y": 6},
|
||||
{"label": "K52", "matrix": [5, 2], "x": 2.5, "y": 6, "w": 1.5},
|
||||
{"label": "K57", "matrix": [5, 7], "x": 4, "y": 6, "w": 7},
|
||||
{"label": "K5B", "matrix": [5, 11], "x": 11, "y": 6, "w": 1.5},
|
||||
{"label": "K5C", "matrix": [5, 12], "x": 12.5, "y": 6},
|
||||
{"label": "K5D", "matrix": [5, 13], "x": 13.5, "y": 6, "w": 1.5},
|
||||
{"label": "K5E", "matrix": [5, 14], "x": 15.25, "y": 6},
|
||||
{"label": "K5F", "matrix": [5, 15], "x": 16.25, "y": 6},
|
||||
{"label": "K5G", "matrix": [5, 16], "x": 17.25, "y": 6}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
28
keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Normal file
28
keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/* Copyright 2023 SawnsProjects
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
|
||||
|
||||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
|
||||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
|
||||
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
|
||||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_SLSH, KC_UP,
|
||||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RGUI, KC_MENU, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
)
|
||||
};
|
||||
6
keyboards/salane/ncr80alpsskfl/keymaps/vial/config.h
Normal file
6
keyboards/salane/ncr80alpsskfl/keymaps/vial/config.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
#define VIAL_KEYBOARD_UID {0x93, 0x57, 0xB2, 0x78, 0xFB, 0x94, 0x01, 0x81}
|
||||
#define VIAL_UNLOCK_COMBO_ROWS {0, 3}
|
||||
#define VIAL_UNLOCK_COMBO_COLS {0, 13}
|
||||
28
keyboards/salane/ncr80alpsskfl/keymaps/vial/keymap.c
Normal file
28
keyboards/salane/ncr80alpsskfl/keymaps/vial/keymap.c
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/* Copyright 2023 SawnsProjects
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
|
||||
|
||||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
|
||||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
|
||||
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
|
||||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_SLSH, KC_UP,
|
||||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RGUI, KC_MENU, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
)
|
||||
};
|
||||
2
keyboards/salane/ncr80alpsskfl/keymaps/vial/rules.mk
Normal file
2
keyboards/salane/ncr80alpsskfl/keymaps/vial/rules.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
218
keyboards/salane/ncr80alpsskfl/keymaps/vial/vial.json
Normal file
218
keyboards/salane/ncr80alpsskfl/keymaps/vial/vial.json
Normal file
|
|
@ -0,0 +1,218 @@
|
|||
{
|
||||
"name": "NCR80 ALPS SKFL",
|
||||
"vendorId": "0x534C",
|
||||
"productId": "0x087A",
|
||||
"matrix": {
|
||||
"rows": 6,
|
||||
"cols": 17
|
||||
},
|
||||
"layouts": {
|
||||
"labels": [
|
||||
"Split Backspace",
|
||||
"Split Right Shift"
|
||||
],
|
||||
"keymap": [
|
||||
[
|
||||
{
|
||||
"c": "#777777"
|
||||
},
|
||||
"0,0",
|
||||
{
|
||||
"x": 1,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"0,2",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
{
|
||||
"x": 0.5,
|
||||
"c": "#aaaaaa"
|
||||
},
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
{
|
||||
"x": 0.5,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11",
|
||||
"0,12"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": 1,
|
||||
"c": "#aaaaaa"
|
||||
},
|
||||
"1,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"1,1",
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10",
|
||||
"1,11",
|
||||
"1,12",
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 2
|
||||
},
|
||||
"0,13\n\n\n0,0",
|
||||
{
|
||||
"x": 0.25,
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"1,14",
|
||||
"1,15",
|
||||
"1,16",
|
||||
{
|
||||
"x": 1
|
||||
},
|
||||
"0.13\n\n\n0,1",
|
||||
"1,13\n\n\n0,1"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.5
|
||||
},
|
||||
"2,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"2,1",
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10",
|
||||
"2,11",
|
||||
"2,12",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"2,13",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"2,14",
|
||||
"2,15",
|
||||
"2,16"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.75
|
||||
},
|
||||
"3,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"3,1",
|
||||
"3,2",
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6",
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10",
|
||||
"3,11",
|
||||
{
|
||||
"c": "#777777",
|
||||
"w": 2.25
|
||||
},
|
||||
"3,13"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 2.25
|
||||
},
|
||||
"4,0",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"4,2",
|
||||
"4,3",
|
||||
"4,4",
|
||||
"4,5",
|
||||
"4,6",
|
||||
"4,7",
|
||||
"4,8",
|
||||
"4,9",
|
||||
"4,10",
|
||||
"4,11",
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 2.75
|
||||
},
|
||||
"4,12\n\n\n1,0",
|
||||
{
|
||||
"x": 1.25,
|
||||
"c": "#777777"
|
||||
},
|
||||
"4,15",
|
||||
{
|
||||
"x": 1.25,
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.75
|
||||
},
|
||||
"4,12\n\n\n1,1",
|
||||
{
|
||||
"c": "#cccccc"
|
||||
},
|
||||
"4,13\n\n\n1,1"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.5
|
||||
},
|
||||
"5,0",
|
||||
"5,1",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"5,2",
|
||||
{
|
||||
"c": "#cccccc",
|
||||
"w": 7
|
||||
},
|
||||
"5,6",
|
||||
{
|
||||
"c": "#aaaaaa",
|
||||
"w": 1.5
|
||||
},
|
||||
"5,11",
|
||||
"5,12",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"5,13",
|
||||
{
|
||||
"x": 0.25,
|
||||
"c": "#777777"
|
||||
},
|
||||
"5,14",
|
||||
"5,15",
|
||||
"5,16"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
25
keyboards/salane/ncr80alpsskfl/readme.md
Normal file
25
keyboards/salane/ncr80alpsskfl/readme.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# NCR80 ALPS SKFL
|
||||
|
||||

|
||||
|
||||
PCB Replace for NCR80 with ALPS SKFL switch.
|
||||
|
||||
**Firmware files are SPECIFIC to each board. Firmware files from one, will not work on the other.** Please use the `.hex` or `.bin` appropriate for your board.
|
||||
|
||||
* Keyboard Maintainer: [Mai The San](https://github.com/MaiTheSan)
|
||||
* Hardware Supported: NCR80
|
||||
* Hardware Availability: [Github](https://github.com/MaiTheSan/NCR80-ALPS-SKFL)
|
||||
|
||||
Make examples for this keyboard (after setting up your build environment):
|
||||
|
||||
make salane/ncr80alpsskfl:default
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
||||
* **Physical reset button**: short 2 pin in the back of pcb and plug the usb in
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
Loading…
Add table
Add a link
Reference in a new issue