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