qmk-keychron-q3-colemak-dh/keyboards/gh60/satan/keymaps/vial/config.h
juanlufont 7d39799668
Add support for GH60 Satan (#167)
* Add Vial support for GH60 Satan

* Enable Vial

* Disable options to reduce firmware size

* Remove unnecessary comma

* Enable backlight
2022-05-12 19:06:02 -06:00

14 lines
329 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0x32, 0x5E, 0xC4, 0x12, 0x07, 0x3B, 0xC8, 0x83}
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
#define BACKLIGHT_BREATHING
#define BREATHING_PERIOD 12
// ESC + Enter
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }