27 lines
836 B
C
27 lines
836 B
C
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x58, 0x55, 0xE7, 0x22, 0xE7, 0x2F, 0xD2, 0x9A}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 }
|
|
|
|
// Reduce firmware size by decreasing number of functions:
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
|
|
#define DYNAMIC_KEYMAP_MACRO_COUNT 16
|
|
#define VIAL_COMBO_ENTRIES 4
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
|
|
// Reduce firmware size by removing unneeded animations:
|
|
#undef RGBLIGHT_ANIMATIONS
|
|
#define RGBLIGHT_EFFECT_ALTERNATING
|
|
#define RGBLIGHT_EFFECT_BREATHING
|
|
#define RGBLIGHT_EFFECT_CHRISTMAS
|
|
#define RGBLIGHT_EFFECT_KNIGHT
|
|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
|
#define RGBLIGHT_EFFECT_RGB_TEST
|
|
#define RGBLIGHT_EFFECT_SNAKE
|
|
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
// #define RGBLIGHT_EFFECT_TWINKLE
|