refactor: update vial keymap

This commit is contained in:
honorless 2023-09-28 19:43:06 -04:00
parent 82cccb971c
commit 3d67cfbca1
No known key found for this signature in database
GPG Key ID: 1B48A311ABE8DA4D
5 changed files with 59 additions and 99 deletions

View File

@ -3,8 +3,6 @@
#pragma once
/* VIAL Specific definitions */
#define VIAL_KEYBOARD_UID {0x5C, 0x46, 0x5D, 0x32, 0xF6, 0xD3, 0x42, 0xCA}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 2 }
#define VIAL_ENCODER_DEFAULT { KC_VOLD, KC_VOLU, KC_PGDN, KC_PGUP, USER01, USER00, USER04, USER03, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS}

View File

@ -1,67 +0,0 @@
// Copyright 2022 Kyle McCreery (@kylemccreery)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
//void keyboard_post_init_user(void) {
// Customise these values to desired behaviour
//debug_enable=true;
//debug_matrix=true;
//debug_keyboard=true;
//debug_mouse=true;
//}
// Defines names for use in layer keycodes and the keymap
enum layer_names {
_BASE,
_FN1,
_FN2,
_FN3
};
/* Physical Layout:
* /-------------------\
* |ENC| 1 | 2 | 3 |ENC|
* |---+---'---'---+---|
* | 4 | | 5 |
* |---| |---|
* | 6 | | 7 |
* |---| |---|
* | 8 | | 9 |
* \-----,---,---,-----/
* | A | B | C | D |
* \---'---'---'---/
*
* Keymap Layout:
* ENC, 1, 2, 3, ENC,
* 4, 5,
* 6, 7,
* 8, A, B, C, D, 9,
*
*/
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base */
[_BASE] = LAYOUT(
KC_MUTE, MO(_FN3), MO(_FN2), MO(_FN1), LGUI(KC_D),
MO(_FN2), KC_HOME,
MO(_FN3), KC_END,
KC_BTN3, KC_BTN1, KC_BTN2, KC_BTN2, KC_BTN1, DPI_FINE
),
[_FN1] = LAYOUT(
RGB_TOG, KC_TRNS, KC_TRNS, KC_TRNS, TAP_TOG,
DPI_UP, TAP_UP,
DPI_DN, TAP_DN,
KC_TRNS, KC_HOME, KC_PGUP, KC_PGDN, KC_END, KC_TRNS
),
[_FN2] = LAYOUT(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG,
KC_TRNS, RGB_MOD,
KC_TRNS, RGB_RMOD,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
),
[_FN3] = LAYOUT(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET,
KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
)
};

View File

@ -0,0 +1,38 @@
{
"keyboard": "mechwild/puckbuddy",
"keymap": "vial",
"version": 1,
"layout": "LAYOUT",
"layers": [
[
"KC_MUTE", "KC_TRNS", "MO(2)", "MO(1)", "LGUI(KC_D)",
"MO(1)", "KC_HOME",
"MO(2)", "KC_END",
"KC_BTN3", "KC_BTN1", "KC_BTN2", "KC_BTN2", "KC_BTN1", "DPI_FINE"
],
[
"RGB_TOG", "KC_TRNS", "KC_TRNS", "KC_TRNS", "TAP_TOG",
"DPI_UP", "TAP_UP",
"DPI_DN", "TAP_DN",
"KC_TRNS", "KC_HOME", "KC_PGUP", "KC_PGDN", "KC_END", "KC_TRNS"
],
[
"KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "RGB_TOG",
"KC_TRNS", "RGB_MOD",
"KC_TRNS", "RGB_RMOD",
"KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS"
]
],
"config": {
"features": {
"via": true,
"vial": true,
"encoder_map": true
}
},
"encoders": [
[{"ccw": "KC_VOLD", "cw": "KC_VOLU"}, {"ccw": "KC_PGDN", "cw": "KC_PGUP"}],
[{"ccw": "DPI_DN", "cw": "DPI_UP"}, {"ccw": "TAP_DN", "cw": "TAP_UP"}],
[{"ccw": "KC_TRNS", "cw": "KC_TRNS"}, {"ccw": "KC_TRNS", "cw": "KC_TRNS"}]
]
}

View File

@ -1,6 +0,0 @@
# Bootloader selection
VIA_ENABLE = yes
VIAL_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes
LTO_ENABLE = yes

View File

@ -1,49 +1,46 @@
{
"name": "MechWild PuckBuddy",
"vendorId": "0x6D77",
"productId": "0x170F",
"lighting": "qmk_rgblight",
"matrix": { "rows": 4, "cols": 4 },
"customKeycodes": [
{
"name": "DPI+",
"name": "DPI_UP",
"title": "Increase the DPI of the touchpad.",
"shortName": "DPI_UP"
"shortName": "DPI\nDown"
},
{
"name": "DPI-",
"name": "DPI_DN",
"title": "Decrease the DPI of the touchpad.",
"shortName": "DPI_DN"
"shortName": "DPI\nUp"
},
{
"name": "FINE",
"title": "Temporarily lower the DPI to minimum while held.",
"shortName": "DPI_FINE"
"name": "DPI_FINE",
"title": "While held, drops the DPI to minimum.",
"shortName": "Sniper\nMode"
},
{
"name": "TAP+",
"title": "Increase the tapping term.",
"shortname": "TAP_UP"
"name": "TAP_UP",
"title": "Increase the tapping term. This affects mod/layer-tap timing.",
"shortname": "Tap Term\nUp"
},
{
"name": "TAP-",
"title": "Decrease the tapping term.",
"shortname": "TAP_DN"
"name": "TAP_DN",
"title": "Decrease the tapping term. This affects mod/layer-tap timing.",
"shortname": "Tap Term\nDown"
},
{
"name": "TAP_ON",
"title": "Tap clicking on.",
"shortname": "TAP_ON"
"title": "Enable tap to click on touchpad.",
"shortname": "Tap-Click\nOn"
},
{
"name": "TP_OFF",
"title": "Tap clicking off.",
"shortname": "TAP_OFF"
"title": "Disable tap to click on touchpad.",
"shortname": "Tap-Click\nOff"
},
{
"name": "TP_TG",
"title": "Toggle tap clicking being on or off.",
"shortname": "TAP_TOG"
"name": "TAP_TOG",
"title": "Toggle touchpad tap clicking on/off.",
"shortname": "Tap-Click\nToggle"
}
],
"layouts": {