JetDeck SCOUT - https://jetdeck.io
Repository contents:
- PCB design files
/PCB/cyberdeckcurrent working PCB design file/PCB/cyberdeck-r1|r2 etcsnapshot of files sent for production
- USB PD sink EEPROM flash
/Firmware/TPS25751EEPROM images for the TPS25751 PD front-end
- Gamepad / mouse firmware
/Firmware/gamepad-touchRP2040 mbed sketch for the gamepad. reports HID Mouse, HID Gamepad, HID Touch Interface, and HID Battery to the host
- Keyboard firmware
/Firmware/qmk/drop this into yourqmk_firmwarefolder and runqmk flash -kb rii/518bt -km defaultto flash the keyboard
- Bring-up / test / QA jig (PCB files TBA) and firmware
/Firmware/esp32-bringup
- 3D casing design files
/Casing CAD
- Datasheets
/Datasheetsfor the major components used
- Display Overlays
/Display Overlaysoverlays for the DSI display used in testing
- Software
/Softwarewill be used if any custom software is written
// #ifndef PIN_PA0 // #define PIN_PA0 11 // #endif // #ifndef PIN_PA1 // #define PIN_PA1 8 // #endif // #ifndef PIN_PA2 // #define PIN_PA2 9 // #endif // #ifndef PIN_PA3 // #define PIN_PA3 10 // #endif // #ifndef PIN_PA4 // #define PIN_PA4 0 // #endif // #ifndef PIN_PA5 // #define PIN_PA5 1 // #endif // #ifndef PIN_PA6 // #define PIN_PA6 2 // #endif // #ifndef PIN_PA7 // #define PIN_PA7 3 // #endif // #ifndef PIN_PB0 // #define PIN_PB0 7 // #endif // #ifndef PIN_PB1 // #define PIN_PB1 6 // #endif // #ifndef PIN_PB2 // #define PIN_PB2 5 // #endif // #ifndef PIN_PB3 // #define PIN_PB3 4 // #endif