summaryrefslogtreecommitdiff
path: root/hid/pico
diff options
context:
space:
mode:
authorNo0ne <[email protected]>2024-12-05 12:41:54 +0100
committerGitHub <[email protected]>2024-12-05 13:41:54 +0200
commit8cca5a8cc7843355f933946d9b73f97007a5b1c4 (patch)
tree1de57dbd70c4af0eb2d645277f35557fbcb042ce /hid/pico
parent70452f048b87918dca164aedf191d79087aa51b6 (diff)
Bump version: ps2x2pico-2.0 (#184)
Diffstat (limited to 'hid/pico')
-rw-r--r--hid/pico/Makefile2
-rw-r--r--hid/pico/src/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/hid/pico/Makefile b/hid/pico/Makefile
index cd1703d9..86b79b0f 100644
--- a/hid/pico/Makefile
+++ b/hid/pico/Makefile
@@ -31,7 +31,7 @@ endef
.tinyusb:
$(call libdep,tinyusb,hathach/tinyusb,d713571cd44f05d2fc72efc09c670787b74106e0)
.ps2x2pico:
- $(call libdep,ps2x2pico,No0ne/ps2x2pico,404aaf02949d5bee8013e3b5d0b3239abf6e13bd)
+ $(call libdep,ps2x2pico,No0ne/ps2x2pico,26ce89d597e598bb0ac636622e064202d91a9efc)
deps: .pico-sdk .tinyusb .ps2x2pico
diff --git a/hid/pico/src/CMakeLists.txt b/hid/pico/src/CMakeLists.txt
index 7eeffa18..0986741e 100644
--- a/hid/pico/src/CMakeLists.txt
+++ b/hid/pico/src/CMakeLists.txt
@@ -19,7 +19,7 @@ target_sources(${target_name} PRIVATE
${PS2_PATH}/ps2in.c
${PS2_PATH}/ps2kb.c
${PS2_PATH}/ps2ms.c
- ${PS2_PATH}/scancodesets.c
+ ${PS2_PATH}/scancodes.c
)
target_link_options(${target_name} PRIVATE -Xlinker --print-memory-usage)
target_compile_options(${target_name} PRIVATE -Wall -Wextra)