included compiled .uf2 file
This commit is contained in:
parent
807d00d3c9
commit
e27c5f0ab4
2 changed files with 5 additions and 1 deletions
3
app/boards/shields/duckboard/.gitignore
vendored
Normal file
3
app/boards/shields/duckboard/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/CMakeCache
|
||||||
|
/settings_clear.uf2
|
||||||
|
/CMakeFiles
|
|
@ -9,6 +9,7 @@
|
||||||
#include <dt-bindings/zmk/rgb.h>
|
#include <dt-bindings/zmk/rgb.h>
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
#include <dt-bindings/zmk/ext_power.h>
|
#include <dt-bindings/zmk/ext_power.h>
|
||||||
|
#include <dt-bindings/zmk/outputs.h>
|
||||||
|
|
||||||
#define DEFAULT 0
|
#define DEFAULT 0
|
||||||
#define FUNC 1
|
#define FUNC 1
|
||||||
|
@ -47,7 +48,7 @@
|
||||||
&none &to DEFAULT &rgb_ug RGB_TOG &rgb_ug RGB_EFF &none
|
&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_HUI &rgb_ug RGB_SAI &rgb_ug RGB_BRI &none
|
||||||
&none &rgb_ug RGB_HUD &rgb_ug RGB_SAD &rgb_ug RGB_BRD &none
|
&none &rgb_ug RGB_HUD &rgb_ug RGB_SAD &rgb_ug RGB_BRD &none
|
||||||
&bootloader &none &bt BT_CLR &bt BT_NXT &none
|
&bootloader &out OUT_BLE &bt BT_CLR &bt BT_NXT &none
|
||||||
&none &none &none &bt BT_PRV &none
|
&none &none &none &bt BT_PRV &none
|
||||||
>;
|
>;
|
||||||
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
|
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue