Removed development files
This commit is contained in:
parent
8b6e912d36
commit
14c05c92e9
5 changed files with 1 additions and 28 deletions
2
app/.gitignore
vendored
2
app/.gitignore
vendored
|
@ -1 +1 @@
|
|||
build/
|
||||
build/
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
west build -p -- -DSHIELD=lily58_left
|
|
@ -1 +0,0 @@
|
|||
west build -p -- -DSHIELD=lily58_right
|
|
@ -1,2 +0,0 @@
|
|||
timeout 10
|
||||
copy "C:\Users\Kevin\zmk\app\build\zephyr\zmk.uf2" D:
|
23
app/prj.conf
23
app/prj.conf
|
@ -1,23 +0,0 @@
|
|||
# Turn on logging, and set ZMK logging to debug output
|
||||
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
|
||||
|
||||
# Enable serial console
|
||||
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_USB_UART_DTR_WAIT=n
|
Loading…
Reference in a new issue