2023-04-03 03:09:15 +00:00
|
|
|
// Copyright 2023 Jason Williams (@wilba)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2020-11-20 09:42:34 +00:00
|
|
|
|
|
|
|
#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
|