Skip to content

Commit

Permalink
Added PS Passthrough to the BoardConfig.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Aug 13, 2023
1 parent 5388646 commit 66997ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/Pico/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@
#define KEYBOARD_HOST_PIN_DPLUS -1
#define KEYBOARD_HOST_PIN_5V -1

// PS Passthrough Host Addon defaults
#define PSPASSTHROUGH_HOST_ENABLED 0
#define PSPASSTHROUGH_HOST_PIN_DPLUS -1
#define PSPASSTHROUGH_HOST_PIN_5V -1

// For details on this, see: https://gp2040-ce.info/#/development?id=i2c-display-splash
#define DEFAULT_SPLASH \
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, \
Expand Down

0 comments on commit 66997ca

Please sign in to comment.