2023-08-15 02:45:38 +08:00
|
|
|
// Copyright 2023 Yizhen Liu (@edwardslau)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#pragma once
|
2024-02-01 18:10:14 +00:00
|
|
|
|
2023-08-15 02:45:38 +08:00
|
|
|
/* 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
|
|
|
|
|