From c3406eb8d71399f6232a07cb5354c343f23805dd Mon Sep 17 00:00:00 2001 From: zhol0777 <97376918+zhol0777@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:00:38 -0800 Subject: [Keyboard] Add mkh studio bully (#19696) --- keyboards/mkh_studio/bully/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/mkh_studio/bully/config.h (limited to 'keyboards/mkh_studio/bully/config.h') diff --git a/keyboards/mkh_studio/bully/config.h b/keyboards/mkh_studio/bully/config.h new file mode 100644 index 0000000000..53958accae --- /dev/null +++ b/keyboards/mkh_studio/bully/config.h @@ -0,0 +1,9 @@ +// Copyright 2022 zhol +// SPDX-License-Identifier: GPL-2.0-or-later + +#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 -- cgit v1.2.3