From 93262f05f0767aa8bcb44db7575d481e5c498993 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 19 Apr 2023 10:25:57 -0400 Subject: [PATCH] disable debugging by default in settings.toml --- settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.toml b/settings.toml index fa33ca0..e4d7ef1 100644 --- a/settings.toml +++ b/settings.toml @@ -1,5 +1,5 @@ CIRCUITPY_BLE_NAME = "ARDUX [L|R] [board]" -ARDUX_KMK_DEBUGGING = 1 # Code only looks for value ; Uncomment/Comment to enable/disable +#ARDUX_KMK_DEBUGGING = 1 # Code only looks for value ; Uncomment/Comment to enable/disable ARDUX_KMK_USB_DISK_ALWAYS = 1 # Code only looks for value ; Uncomment/Comment to enable/disable ARDUX_SIZE = "[STANDARD|BIG|40%]" ARDUX_HAND = "[LEFT|RIGHT]"