Skip to content

Commit

Permalink
Lock platform version, increase USB HID count
Browse files Browse the repository at this point in the history
  • Loading branch information
morio committed Sep 27, 2024
1 parent f689ad0 commit c7def4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/firmware/include/quokkadb_tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#define CFG_TUH_HUB 7
// max device support (excluding hub device)
#define CFG_TUH_DEVICE_MAX 14 // hub typically has 4 ports
#define CFG_TUH_HID 4 // typical keyboard + mouse device can have 3-4 HID interfaces
#define CFG_TUH_HID 8 // typical keyboard + mouse device can have 3-4 HID interfaces
#define CFG_TUH_MSC 0

#define CFG_TUH_HID_EPIN_BUFSIZE 64
Expand Down
2 changes: 1 addition & 1 deletion src/firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_flags =
-D __DELAY_BACKWARD_COMPATIBLE__

[env:quokkadb]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#5e87ae34ca025274df25b3303e9e9cb6c120123c
platform_packages =
framework-arduinopico@https://github.com/rabbitholecomputing/arduino-pico.git#v3.6.0-tinyusb-0.16.0
framework = arduino
Expand Down

0 comments on commit c7def4d

Please sign in to comment.