Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.03 KB

README.md

File metadata and controls

64 lines (46 loc) · 2.03 KB

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