* Add support for Reviung41 * Add readme file for Reviung41 Vial keymap * Add comment to unlock key settings * Update readme with link to KLE layout. * Reduce firmware size when using a ProMicro The following functions will be disabled to reduce firmware size when using a ProMicro MCU: * QMK Settings * Mouse Keys If an alternate MCU is used and a [converter](https://docs.qmk.fm/#/feature_converters?id=supported-converters) is specified, these features will be enabled. `readme.md` has been updated to note this.
9 lines
256 B
C
9 lines
256 B
C
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x40, 0x4E, 0xA1, 0x89, 0x23, 0x14, 0x82, 0x88}
|
|
|
|
// Unlock with top left key (row 0, column 0) and
|
|
// top right key (row 3, column 5):
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 5 }
|