logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1989B)


  1. # snes_macropad
  2. ![Completed Build](https://i.imgur.com/WzzPJ3Yh.jpg)
  3. *Completed Build*
  4. ![Completed Build, closer with RGB off](https://i.imgur.com/D7ki7Kkh.jpg)
  5. *Completed Build, closer with RGB off*
  6. ![PCB and FR4 top/bottom plates](https://i.imgur.com/TgOev7lh.jpg)
  7. *PCB and FR4 top/bottom plates*
  8. The SNES Macropad is, as it sounds, a macropad that features a SNES connector. In addition it has a qwiic connector and a 3.5mm jack for 3.3V I2C (not audio), allowing additional expansion.
  9. This QMK implementation exposes the SNES controller as a part of the keyboard, meaning you can map the controller to do anything a qmk keyboard can. The layout is thus a 4x6 keyboard logically, split with the 3 first rows being on the macro pad and the 3 following being buttons on the snes controller.
  10. * Keyboard Maintainer: [JBarberU](https://github.com/jbarberu)
  11. * Hardware Supported: SNES Macropad Rev 1, with a Raspberry Pi Pico Lite (AliExpress clone of Raspberry Pico with fewer grounds and all GPIO's exposed on the headers)
  12. * Hardware Availability: The SNES Macro pad can be found [here](https://www.tindie.com/products/jbarberu/snes-macropad/) either as a kit, partially built or fully built.
  13. Make example for this keyboard (after setting up your build environment):
  14. make snes_macropad:default
  15. Flashing example for this keyboard:
  16. make snes_macropad:default:flash
  17. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  18. ## Bootloader
  19. Enter the bootloader in 3 ways:
  20. * **Physical bootsel button**: Hold down the bootsel button on the RPi Pico while plugging in the keyboard, or while pressing the reset button
  21. * **Physical reset button**: Quickly double press the reset button
  22. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available