Skip to content

Pi Pico-based solution for running 8Bitdo keyboard extensions directly to USB

License

Notifications You must be signed in to change notification settings

vorno-crole/8bitdo-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8BitDo-keyboard

Pi Pico-based solution for running 8BitDo keyboard extensions directly to USB

What you need

Overview

Overview

A very quick and dirty wiring of the audio jacks to the Pi Pico.

Split-plug

A close-up of the ABXY split-plug, connected with two audio jacks.

Build

  • Schematic Wiring Diagram

Software Set Up

Customise

  • Open the code.py file in VS Code or Notepad, and find the following lines in the file
  • Amend the codes to customise your keys
17: # Set your keys here
18: btn_A_key = Keycode.Q
19: btn_B_key = Keycode.W
20: btn_X_key = Keycode.E
21: btn_Y_key = Keycode.R

About

Pi Pico-based solution for running 8Bitdo keyboard extensions directly to USB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages