From 5b2dd205fb840506c678064971e1d852b3e17306 Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Sat, 19 Sep 2020 17:27:50 +0900 Subject: [PATCH] =?UTF-8?q?Update=20=E7=89=A9=E7=90=86=E7=9A=84=E3=83=AD?= =?UTF-8?q?=E3=83=83=E3=82=AF=E4=BB=98=E3=81=8D=E3=81=AECAPS=E3=81=AF?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=AA=E3=81=84=E3=81=9F=E3=82=81?= =?UTF-8?q?=E3=80=81=E7=84=A1=E5=8A=B9=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/jones/v.0.3/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/jones/v.0.3/config.h b/keyboards/jones/v.0.3/config.h index 127d2170f0e..3030faa081d 100644 --- a/keyboards/jones/v.0.3/config.h +++ b/keyboards/jones/v.0.3/config.h @@ -102,9 +102,9 @@ along with this program. If not, see . //#define MATRIX_HAS_GHOST /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE +// #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE +// #define LOCKING_RESYNC_ENABLE /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. * This is userful for the Windows task manager shortcut (ctrl+shift+esc).