Skip to content

Commit

Permalink
NKRO implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne committed Nov 27, 2024
1 parent 40c8fe5 commit 0d3ef98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rp2040/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(${target_name} C CXX ASM)
# Initialise the Raspberry Pi Pico SDK
pico_sdk_init()

add_executable(${target_name} main.c ps2x2pico/src/usbin.c ps2x2pico/src/scancodesets.c ps2x2pico/src/ps2kb.c ps2x2pico/src/ps2ms.c ps2x2pico/src/ps2out.c)
add_executable(${target_name} main.c ps2x2pico/src/usbin.c ps2x2pico/src/scancodes.c ps2x2pico/src/ps2kb.c ps2x2pico/src/ps2ms.c ps2x2pico/src/ps2out.c)

target_sources(${target_name} PRIVATE
# can use 'tinyusb_pico_pio_usb' library later when pico-sdk is updated
Expand Down
Binary file modified rp2040/build/itxllama-rp2040.uf2
Binary file not shown.
2 changes: 1 addition & 1 deletion rp2040/ps2x2pico

0 comments on commit 0d3ef98

Please sign in to comment.