From 13f23a19c306b2704b4e7d6ed5c107eee7587eee Mon Sep 17 00:00:00 2001 From: No0ne Date: Mon, 20 May 2024 15:36:54 +0200 Subject: bump to ps2x2pico-1.1 (#167) --- hid/pico/Makefile | 2 +- hid/pico/src/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hid/pico/Makefile b/hid/pico/Makefile index 0130895e..7b51b319 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,b28bef9743632a56db48f14175aacf7bb23dbd07) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,823260af57dcc55cf7cb96241346f51c065126de) deps: .pico-sdk .tinyusb .ps2x2pico diff --git a/hid/pico/src/CMakeLists.txt b/hid/pico/src/CMakeLists.txt index 904e7b7f..a8d86dc0 100644 --- a/hid/pico/src/CMakeLists.txt +++ b/hid/pico/src/CMakeLists.txt @@ -18,6 +18,7 @@ target_sources(${target_name} PRIVATE ${PS2_PATH}/ps2phy.c ${PS2_PATH}/ps2kb.c ${PS2_PATH}/ps2ms.c + ${PS2_PATH}/scancodesets.c ) target_link_options(${target_name} PRIVATE -Xlinker --print-memory-usage) target_compile_options(${target_name} PRIVATE -Wall -Wextra) -- cgit v1.2.3