Bolsalice Port (#508)
* Bolsalice Port * Update keyboards/bolsa/bolsalice/keymaps/vial/keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
parent
34663c6cf2
commit
bc09a74585
9
keyboards/bolsa/bolsalice/keymaps/vial/config.h
Normal file
9
keyboards/bolsa/bolsalice/keymaps/vial/config.h
Normal file
@ -0,0 +1,9 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x17, 0x99, 0x5B, 0xB5, 0x39, 0x8A, 0xE4, 0x86}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
||||
|
24
keyboards/bolsa/bolsalice/keymaps/vial/keymap.c
Normal file
24
keyboards/bolsa/bolsalice/keymaps/vial/keymap.c
Normal file
@ -0,0 +1,24 @@
|
||||
// Copyright 2022 CMM.Studio Freather
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT_alice(
|
||||
KC_INS, 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_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_DEL, 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_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1),
|
||||
KC_LCTL, KC_LALT, KC_SPC, KC_LGUI, KC_SPC, KC_RALT, KC_RCTL
|
||||
),
|
||||
|
||||
[1] = LAYOUT_alice(
|
||||
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______
|
||||
)
|
||||
|
||||
};
|
6
keyboards/bolsa/bolsalice/keymaps/vial/rules.mk
Normal file
6
keyboards/bolsa/bolsalice/keymaps/vial/rules.mk
Normal file
@ -0,0 +1,6 @@
|
||||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = no
|
||||
COMBO_ENABLE = no
|
||||
QMK_SETTINGS = yes
|
238
keyboards/bolsa/bolsalice/keymaps/vial/vial.json
Normal file
238
keyboards/bolsa/bolsalice/keymaps/vial/vial.json
Normal file
@ -0,0 +1,238 @@
|
||||
{
|
||||
"name": "BolsaSupply Bolsalice",
|
||||
|
||||
"vendorId": "0x4253",
|
||||
|
||||
"productId": "0x414C",
|
||||
|
||||
"lighting": "qmk_rgblight",
|
||||
|
||||
"matrix": { "rows": 5, "cols": 15 },
|
||||
|
||||
"layouts": {
|
||||
"labels":[
|
||||
"Split Backspace",
|
||||
"Full Right Shift"
|
||||
],
|
||||
"keymap": [
|
||||
|
||||
[
|
||||
{
|
||||
"y": 0.5,
|
||||
"x": 4
|
||||
},
|
||||
"0,3"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": -0.95,
|
||||
"x": 0.75
|
||||
},
|
||||
"0,0",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,1",
|
||||
"0,2",
|
||||
{
|
||||
"x": 10.5
|
||||
},
|
||||
"0,12",
|
||||
"0,13",
|
||||
{
|
||||
"x": 2
|
||||
},
|
||||
"0,14\n\n\n0,1",
|
||||
"1,14\n\n\n0,1"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 0.5
|
||||
},
|
||||
"1,0",
|
||||
{
|
||||
"x": 0.25,
|
||||
"w": 1.5
|
||||
},
|
||||
"1,1",
|
||||
"1,2",
|
||||
{
|
||||
"x": 10
|
||||
},
|
||||
"1,11",
|
||||
"1,12",
|
||||
"1,13",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"2,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"2,0",
|
||||
{
|
||||
"x": 0.3999999999999999,
|
||||
"w": 1.75
|
||||
},
|
||||
"2,1",
|
||||
"2,2",
|
||||
{
|
||||
"x": 10.2
|
||||
},
|
||||
"2,11",
|
||||
"2,12",
|
||||
{
|
||||
"w": 2.25
|
||||
},
|
||||
"2,13"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 1.5,
|
||||
"w": 2.25
|
||||
},
|
||||
"3,1",
|
||||
"3,2",
|
||||
{
|
||||
"x": 9.5
|
||||
},
|
||||
"3,11",
|
||||
"3,12",
|
||||
{
|
||||
"w": 1.75
|
||||
},
|
||||
"3,13\n\n\n1,0",
|
||||
"3,14\n\n\n1,0",
|
||||
{
|
||||
"w": 2.75
|
||||
},
|
||||
"3,13\n\n\n1,1"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 1.5,
|
||||
"w": 1.5
|
||||
},
|
||||
"4,1",
|
||||
{
|
||||
"x": 14.75,
|
||||
"w": 1.5
|
||||
},
|
||||
"4,14"
|
||||
],
|
||||
[
|
||||
{
|
||||
"rx": 12.5,
|
||||
"ry": 4.25,
|
||||
"y": -3.7,
|
||||
"x": 4,
|
||||
"w": 2
|
||||
},
|
||||
"0,14\n\n\n0,0"
|
||||
],
|
||||
[
|
||||
{
|
||||
"r": 10,
|
||||
"rx": 3,
|
||||
"y": -4,
|
||||
"x": 1.75
|
||||
},
|
||||
"0,4",
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 1.25
|
||||
},
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 1.5
|
||||
},
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 2
|
||||
},
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 2.25,
|
||||
"w": 1.5
|
||||
},
|
||||
"4,3",
|
||||
{
|
||||
"w": 2
|
||||
},
|
||||
"4,5",
|
||||
"4,6"
|
||||
],
|
||||
[
|
||||
{
|
||||
"r": -10,
|
||||
"rx": 12.5,
|
||||
"y": -3.25,
|
||||
"x": -2
|
||||
},
|
||||
"0,8",
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": -2.5
|
||||
},
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": -2.25
|
||||
},
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": -2.75
|
||||
},
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10"
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": -2.75,
|
||||
"w": 2.75
|
||||
},
|
||||
"4,8",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"4,10"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user