blob: bec7fcc3dcd7a42fa3e302a4412cb5d64af71ea0 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* VIA related config */
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
|