From 04dbb6e2b84364831eb66b9819257ea9334add1f Mon Sep 17 00:00:00 2001 From: Vinicius Souza Date: Wed, 31 Jul 2024 15:13:05 -0300 Subject: [PATCH] fix: remove CAPS_WORD_ENABLE from general rules.mk --- keyboards/keychron/k6_pro/rules.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/keyboards/keychron/k6_pro/rules.mk b/keyboards/keychron/k6_pro/rules.mk index 317501103c..8e536fc345 100644 --- a/keyboards/keychron/k6_pro/rules.mk +++ b/keyboards/keychron/k6_pro/rules.mk @@ -4,8 +4,6 @@ OPT_DEFS += -DNO_USB_STARTUP_CHECK -DENABLE_FACTORY_TEST SRC += matrix.c -CAPS_WORD_ENABLE = yes - include keyboards/keychron/bluetooth/bluetooth.mk