disable debugging by default in settings.toml

This commit is contained in:
KemoNine 2023-04-19 10:25:57 -04:00
parent ffab7332f6
commit 93262f05f0
1 changed files with 1 additions and 1 deletions

View File

@ -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]"