qmk_firmware/keyboards/snes_macropad
Ryan 8f6d2ac53c
Update Underglow keycodes (#23765)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-08-25 22:15:07 +10:00
..
keymaps Update Underglow keycodes (#23765) 2024-08-25 22:15:07 +10:00
config.h keyboard.json schema: set minimum value for key_unit (#23937) 2024-06-16 21:57:37 +01:00
halconf.h
keyboard.json keyboard.json schema: set minimum value for key_unit (#23937) 2024-06-16 21:57:37 +01:00
matrix.c Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00
mcuconf.h
readme.md
rules.mk
snes_macropad.c Remove keyboard level QK_BOOT implementations (#24231) 2024-08-10 13:50:36 +01:00

snes_macropad

Completed Build Completed Build

Completed Build, closer with RGB off Completed Build, closer with RGB off

PCB and FR4 top/bottom plates PCB and FR4 top/bottom plates

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.

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.

  • Keyboard Maintainer: JBarberU
  • 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)
  • Hardware Availability: The SNES Macro pad can be found here either as a kit, partially built or fully built.

Make example for this keyboard (after setting up your build environment):

make snes_macropad:default

Flashing example for this keyboard:

make snes_macropad:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • Physical bootsel button: Hold down the bootsel button on the RPi Pico while plugging in the keyboard, or while pressing the reset button
  • Physical reset button: Quickly double press the reset button
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available