Merge pull request #27 from bluepylons/vial

Vial support for Boston
This commit is contained in:
xyzz 2021-07-09 00:52:47 -04:00 committed by GitHub
commit c8b0d78d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 530 additions and 3 deletions

View File

@ -57,7 +57,7 @@
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_LAYERS
//The 3D-printed version of Boston uses APA106 LEDs, which are reversed
/*The 3D-printed version of Boston uses APA106 LEDs, which are reversed */
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
/* Define encoder */
@ -73,6 +73,19 @@
#define LED_CAPS_LOCK_PIN A1
#define LED_SCROLL_LOCK_PIN A2
/*Vial stuff*/
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define VIAL_ENCODER_DEFAULT {KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS}
#define VIAL_ENCODER_KEYCODE_DELAY 10
#define VIAL_KEYBOARD_UID {0xB3, 0x30, 0xE4, 0x75, 0xF9, 0x3A, 0x9B, 0x18}
#define VIAL_UNLOCK_COMBO_ROWS {1, 4}
#define VIAL_UNLOCK_COMBO_COLS {0, 13}
/*
* Feature disable options
* These options are also useful to firmware size reduction.

View File

@ -0,0 +1,95 @@
/* Copyright 2020 Pylon
*
* 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 3 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
/* Due to how the matrix is setup - the right split backspace key is, for firmware purposes the key to the right of up arrow, which on the actual keyboard is a blocker*/
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_MUTE, KC_F13 , KC_F14 , KC_F15 , KC_F16 , KC_F17 , KC_F18 , KC_F19 , KC_F20 , KC_F21 , KC_F22 , KC_F23 , KC_F24 , KC_MPRV, KC_MPLY, KC_MNXT , KC_INS , KC_HOME, KC_PGUP,
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_PSCR, KC_SLCK, KC_PAUSE, KC_DEL , KC_END , KC_PGDN,
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_CALC, KC_NLCK , KC_PSLS, KC_PAST, KC_PMNS,
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, RGB_TOG, KC_P7 , KC_P8 , KC_P9 , KC_PEQL,
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_ENT , KC_MSEL, KC_P4 , KC_P5 , KC_P6 , KC_PPLS,
KC_LSFT, KC_BSLS, 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_P1 , KC_P2 , KC_P3 , KC_PENT,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC , KC_SPC , KC_SPC , KC_RALT, KC_APP , KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0 , KC_P0 , KC_PDOT
),
[1] = LAYOUT_all(
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______ , _______, _______, _______,
_______,_______,_______ , _______ ,_______ ,_______ , _______ ,_______ ,_______ , _______, _______, _______, _______ , _______, _______
),
[2] = LAYOUT_all(
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______, _______ , _______, _______, _______,
_______,_______,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______, _______ , _______, _______, _______,
_______,_______,_______ , _______ ,_______ ,_______ , _______ ,_______ ,_______ , _______, _______, _______, _______ , _______, _______
),
};
/*Default layer is white.*/
/*Remember to also change the color in keyboard_post_init_kb in boston.c to make the startup color match the layer 0 color */
const rgblight_segment_t PROGMEM layer_0[] = RGBLIGHT_LAYER_SEGMENTS(
{0, 4, 0, 0, 128} /*White*/
);
const rgblight_segment_t PROGMEM layer_1[] = RGBLIGHT_LAYER_SEGMENTS(
{0, 4, 43, 255, 128} /*Yellow*/
);
const rgblight_segment_t PROGMEM layer_2[] = RGBLIGHT_LAYER_SEGMENTS(
{0, 4, 135, 255, 128} /*Teal*/
);
const rgblight_segment_t* const PROGMEM my_rgb_layers[] = RGBLIGHT_LAYERS_LIST(
layer_0,
layer_1,
layer_2
);
void keyboard_post_init_user(void) {
/* Enable the LED layers */
rgblight_layers = my_rgb_layers;
}
layer_state_t layer_state_set_user(layer_state_t state) {
/* Both layers will light up if both kb layers are active */
rgblight_set_layer_state(0, layer_state_cmp(state, 0));
rgblight_set_layer_state(1, layer_state_cmp(state, 1));
rgblight_set_layer_state(2, layer_state_cmp(state, 2));
return state;
}
bool led_update_user(led_t led_state) {
rgblight_set_layer_state(0, true);
return true;
}

View File

@ -0,0 +1,34 @@
# MCU name
MCU = STM32F072
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# RGB setting
WS2812_DRIVER = bitbang
#Vial
VIA_ENABLE = yes
VIAL_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes

View File

@ -0,0 +1,382 @@
{
"name": "BostonV0",
"vendorId": "0xAC11",
"productId": "0x4175",
"matrix": {
"rows": 7,
"cols": 19
},
"layouts": {
"labels":[
[
"Bottom Row Left and Spacebar",
"Standard",
"Split-space",
"WKL"
],
"Split left shift",
"Split backspace",
"Split numpad 0",
"Split numpad +",
"ISO Enter",
"WKL (1.5u) Bottom Right"
],
"keymap": [
[
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne",
{
"x": 0.5
},
"0,0",
{
"x": 0.5
},
"0,1",
"0,2",
"0,3",
"0,4",
{
"x": 0.25
},
"0,5",
"0,6",
"0,7",
"0,8",
{
"x": 0.25
},
"0,9",
"0,10",
"0,11",
"0,12",
{
"x": 0.25
},
"0,13",
"0,14",
"0,15",
{
"x": 0.25
},
"0,16",
"0,17",
"0,18"
],
[
{
"x": 2.5
},
"1,0",
{
"x": 0.5
},
"1,1",
"1,2",
"1,3",
"1,4",
{
"x": 0.25
},
"1,5",
"1,6",
"1,7",
"1,8",
{
"x": 0.25
},
"1,9",
"1,10",
"1,11",
"1,12",
{
"x": 0.25
},
"1,13",
"1,14",
"1,15",
{
"x": 0.25
},
"1,16",
"1,17",
"1,18"
],
[
{
"y": 0.5,
"x": 2.5
},
"2,0",
"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": 2
},
"2,13\n\n\n2,0",
{
"x": 0.25
},
"2,14",
{
"x": 0.25
},
"2,15",
"2,16",
"2,17",
"2,18"
],
[
{
"x": 2.5,
"w": 1.5
},
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
"3,12",
{
"w": 1.5
},
"3,13\n\n\n5,0",
{
"x": 0.25
},
"3,14",
{
"x": 0.25
},
"3,15",
"3,16",
"3,17",
{
"h": 2
},
"4,18\n\n\n4,0",
{
"x": 0.5
},
"3,18\n\n\n4,1"
],
[
{
"x": 2.5,
"w": 1.75
},
"4,0",
"4,1",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9",
"4,10",
"4,11",
{
"w": 2.25
},
"4,13\n\n\n5,0",
{
"x": 0.25
},
"4,14",
{
"x": 0.25
},
"4,15",
"4,16",
"4,17",
{
"x": 1.5
},
"4,18\n\n\n4,1"
],
[
{
"x": 2.5,
"w": 2.25
},
"5,0\n\n\n1,0",
"5,2",
"5,3",
"5,4",
"5,5",
"5,6",
"5,7",
"5,8",
"5,9",
"5,10",
"5,11",
{
"w": 1.75
},
"5,12",
{
"x": 2.5
},
"5,15",
"5,16",
"5,17",
{
"h": 2
},
"5,18"
],
[
{
"y": -0.75,
"x": 16.75
},
"5,13"
],
[
{
"y": -0.25,
"x": 2.5,
"w": 1.25
},
"6,0\n\n\n0,0",
{
"w": 1.25
},
"6,1\n\n\n\n\n\n\n\n\n\n0,0",
{
"w": 1.25
},
"6,2\n\n\n0,0",
{
"w": 6.25
},
"6,5\n\n\n0,0",
"6,9\n\n\n6,0",
"6,10\n\n\n6,0",
"6,11\n\n\n6,0",
{
"x": 3.5,
"w": 2
},
"6,15\n\n\n3,0",
"6,17"
],
[
{
"y": -0.75,
"x": 15.75
},
"6,12",
"6,13",
"6,14"
],
[
{
"x": 2.5,
"w": 1.5
},
"6,0\n\n\n0,2",
{
"w": 1.5
},
"6,2\n\n\n0,2",
{
"w": 7
},
"6,5\n\n\n0,2",
{
"w": 1.5
},
"6,9\n\n\n6,1",
{
"w": 1.5
},
"6,11\n\n\n6,1"
],
[
{
"x": 19
},
"6,15\n\n\n3,1",
"6,16\n\n\n3,1"
],
[
{
"y": -0.75,
"x": 2.5,
"w": 1.25
},
"6,0\n\n\n0,1",
{
"w": 1.25
},
"6,1\n\n\n0,1",
{
"w": 1.25
},
"6,2\n\n\n0,1",
{
"w": 2.25
},
"6,4\n\n\n0,1",
{
"w": 1.25
},
"6,5\n\n\n0,1",
{
"w": 2.75
},
"6,7\n\n\n0,1",
{
"x": 3
},
"2,13\n\n\n2,1",
"5,14\n\n\n2,1"
],
[
{
"y": 0.25,
"x": 2.5,
"w": 1.25
},
"5,0\n\n\n1,1",
"5,1\n\n\n1,1",
{
"x": 11.5,
"w": 1.25,
"h": 2,
"w2": 1.5,
"h2": 1,
"x2": -0.25
},
"4,13\n\n\n5,1"
],
[
{
"x": 15.25
},
"4,12\n\n\n5,1"
]
]
}
}

View File

@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
@ -21,9 +21,12 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
MOUSEKEY_ENABLE = no
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# RGB setting
WS2812_DRIVER = bitbang
WS2812_DRIVER = bitbang