Sync keyboards with qmk, switch via->vial keymap where applicable

This commit is contained in:
Ilya Zhuravlev
2021-12-11 22:28:13 -05:00
parent 2fc27b48b6
commit 88bf44797d
122 changed files with 977 additions and 1038 deletions
+1 -14
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,19 +73,6 @@
#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.
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#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}
-1
View File
@@ -17,7 +17,6 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
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