From e27c5f0ab4694574ab5465265b9724b2e169e8a3 Mon Sep 17 00:00:00 2001 From: Jack Hartstein Date: Fri, 1 Jan 2021 14:09:46 -0800 Subject: [PATCH] included compiled .uf2 file --- app/boards/shields/duckboard/.gitignore | 3 +++ app/boards/shields/duckboard/duckboard.keymap | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 app/boards/shields/duckboard/.gitignore diff --git a/app/boards/shields/duckboard/.gitignore b/app/boards/shields/duckboard/.gitignore new file mode 100644 index 00000000..fdf12c7d --- /dev/null +++ b/app/boards/shields/duckboard/.gitignore @@ -0,0 +1,3 @@ +/CMakeCache +/settings_clear.uf2 +/CMakeFiles diff --git a/app/boards/shields/duckboard/duckboard.keymap b/app/boards/shields/duckboard/duckboard.keymap index 6803678c..d898d05c 100644 --- a/app/boards/shields/duckboard/duckboard.keymap +++ b/app/boards/shields/duckboard/duckboard.keymap @@ -9,6 +9,7 @@ #include #include #include +#include #define DEFAULT 0 #define FUNC 1 @@ -47,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 &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 >; sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;