disable debugging by default in settings.toml
This commit is contained in:
parent
ffab7332f6
commit
93262f05f0
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue