aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-11-20 16:46:27 +0100
committerLouis Burda <quent.burda@gmail.com>2022-11-20 16:46:48 +0100
commit7162946544630859face4ef3e397c16d823028f5 (patch)
tree4edf74685ceb382877ba4cc197983ff16a2ee010 /CMakeLists.txt
parent570c88be0e06de5a36c8af0de7b112e9509325df (diff)
downloadsxkbd-7162946544630859face4ef3e397c16d823028f5.tar.gz
sxkbd-7162946544630859face4ef3e397c16d823028f5.zip
Enable double tap bootloader feature
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6cf2c3..97de1cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@ target_include_directories(${PROJECT} PUBLIC
target_link_libraries(${PROJECT} PRIVATE
pico_stdlib
pico_stdio
+ pico_bootsel_via_double_reset
hardware_pio
hardware_gpio
tinyusb_device