diff --git a/app/boards/shields/duckboard/README.md b/app/boards/shields/duckboard/README.md index 232d6347..c2d5bfd6 100644 --- a/app/boards/shields/duckboard/README.md +++ b/app/boards/shields/duckboard/README.md @@ -1,6 +1,6 @@ ## ZMK Firmware adapted for duckboard/nice!nano combo -Last Updated: 24 Jan 2021 +Last Updated: 3 April 2021 **_warning:_** this is beta firmware, some features may have bugs diff --git a/app/boards/shields/duckboard/duckboard.conf b/app/boards/shields/duckboard/duckboard.conf index eaf70739..fe3db0e5 100644 --- a/app/boards/shields/duckboard/duckboard.conf +++ b/app/boards/shields/duckboard/duckboard.conf @@ -25,27 +25,27 @@ CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n # USB debugging settings # Turn on logging, and set ZMK logging to debug output -CONFIG_LOG=y -CONFIG_ZMK_LOG_LEVEL_DBG=y +#CONFIG_LOG=y +#CONFIG_ZMK_LOG_LEVEL_DBG=y # Turn on USB CDC ACM device -CONFIG_USB=y -CONFIG_USB_DEVICE_STACK=y -CONFIG_USB_CDC_ACM=y -CONFIG_USB_CDC_ACM_RINGBUF_SIZE=1024 -CONFIG_USB_CDC_ACM_DEVICE_NAME="CDC_ACM" -CONFIG_USB_CDC_ACM_DEVICE_COUNT=1 +#CONFIG_USB=y +#CONFIG_USB_DEVICE_STACK=y +#CONFIG_USB_CDC_ACM=y +#CONFIG_USB_CDC_ACM_RINGBUF_SIZE=1024 +#CONFIG_USB_CDC_ACM_DEVICE_NAME="CDC_ACM" +#CONFIG_USB_CDC_ACM_DEVICE_COUNT=1 # Enable serial console -CONFIG_SERIAL=y -CONFIG_CONSOLE=y -CONFIG_UART_INTERRUPT_DRIVEN=y -CONFIG_UART_LINE_CTRL=y +#CONFIG_SERIAL=y +#CONFIG_CONSOLE=y +#CONFIG_UART_INTERRUPT_DRIVEN=y +#CONFIG_UART_LINE_CTRL=y # Enable USB UART, and set the console device -CONFIG_UART_CONSOLE=y -CONFIG_USB_UART_CONSOLE=y -CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" +#CONFIG_UART_CONSOLE=y +#CONFIG_USB_UART_CONSOLE=y +#CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" # Increase log buffer size for serial debugging -CONFIG_LOG_BUFFER_SIZE=32768 +#CONFIG_LOG_BUFFER_SIZE=32768 diff --git a/app/boards/shields/duckboard/duckboard.uf2 b/app/boards/shields/duckboard/duckboard.uf2 index 4ac621c9..c374637f 100644 Binary files a/app/boards/shields/duckboard/duckboard.uf2 and b/app/boards/shields/duckboard/duckboard.uf2 differ