Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluedrink9/qmk-bluepill-joystick-gaming-pad

Custom handwired gaming keyboard with joystick, powered by QMK and an STM32f103 bluepill
https://github.com/bluedrink9/qmk-bluepill-joystick-gaming-pad

Last synced: about 5 hours ago
JSON representation

Custom handwired gaming keyboard with joystick, powered by QMK and an STM32f103 bluepill

Awesome Lists containing this project

README

        

# gaming_pad

![gaming_pad](imgur.com image replace me!)

*One handed 20 key custom keyboard for gaming, with included joystick*

* Keyboard Maintainer: [bluedrink9](https://github.com/bluedrink9)

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

make gaming_pad:default

Flashing example for this keyboard:

dfu-util -a 2 -d 1EAF:0003 -D .build/gaming_pad_default.bin

## Bootloader

Enter the bootloader in 2 ways:

* **Physical reset button**: On the bluepill, hold the KEY0 button then press the NRST button.
* **Keycode in layout**: Hold 5, then press space

The bootloader only persists briefly, so start the dfu flash asap (leaving ~1 second for MCU to reboot to bootloader).