updated compiled files and .gitignore
This commit is contained in:
parent
0510106844
commit
eadff9ee85
5 changed files with 10 additions and 3 deletions
3
app/boards/shields/duckboard/.gitignore
vendored
3
app/boards/shields/duckboard/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/CMakeCache
|
||||
/settings_clear.uf2
|
||||
/CMakeFiles
|
||||
/CMakeCache.txt
|
||||
/settings_clear.uf2
|
||||
/testing.uf2
|
||||
|
|
4
app/boards/shields/duckboard/boards/nice_nano.conf
Normal file
4
app/boards/shields/duckboard/boards/nice_nano.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Enable underglow
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
CONFIG_WS2812_STRIP=y
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
led_strip: ws2812@0 {
|
||||
compatible = "worldsemi,ws2812-spi";
|
||||
label = "WS2812";
|
||||
label = "SK6812mini:";
|
||||
|
||||
/* SPI */
|
||||
reg = <0>; /* ignored, but necessary for SPI bindings */
|
||||
|
|
|
@ -39,3 +39,5 @@ CONFIG_UART_LINE_CTRL=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_USB_UART_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
|
||||
|
||||
CONFIG_LOG_BUFFER_SIZE=32768
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
&none &to DEFAULT &rgb_ug RGB_TOG &rgb_ug RGB_EFF &none
|
||||
&none &rgb_ug RGB_HUI &rgb_ug RGB_SAI &rgb_ug RGB_BRI &none
|
||||
&none &rgb_ug RGB_HUD &rgb_ug RGB_SAD &rgb_ug RGB_BRD &none
|
||||
&bootloader &out OUT_BLE &bt BT_CLR &bt BT_NXT &none
|
||||
&bootloader &none &bt BT_CLR &bt BT_NXT &none
|
||||
&none &none &none &bt BT_PRV &none
|
||||
>;
|
||||
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
|
||||
|
|
Loading…
Add table
Reference in a new issue