updated to latest version of zmk, recompiled uf2 file, updated readme
This commit is contained in:
parent
1c9bfaf104
commit
2e554ac2e7
3 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue