qmk-firmwares/keyboards/tempo_turtle/bradpad
Ryan 8b658dcc9a
Normalise MIDI keycodes (#18972)
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG`

* `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND`

* `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD`

* `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD`

* `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD`

* Misc controls

* Note keycodes

* Add legacy keycodes

* Regenerate keycodes

* Typo
2022-11-07 02:26:15 +00:00
..
keymaps Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
bradpad.c
bradpad.h
info.json Move keyboard USB IDs and strings to data driven: T (#17899) 2022-08-04 02:35:08 +01:00
readme.md
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

bradpad

bradpad

The QMK firmware for the bradpad a music production inspired macropad.

  • Keyboard Maintainer: wxyangf
  • Hardware Supported: bradpad pcbs
  • Hardware Availability: 1UP Keyboards

Album of Prototype of Production Version(v1.5.x)

Album of Elite-C Version (v1)

How to reset production version into bootloader mode:

Video Tutorial

  1. Locate the reset button on the underside of the pcb.
  2. Press the reset button for a few seconds using a paperclip, fingertip(if bare pcb), other similar object.
  3. Release the reset button.
  4. Your bradpad should now be in bootloader mode.

How to reset Elite-C version into bootloader mode:

  1. Located Elite-C
  2. Reset Elite-C

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

make tempo_turtle/bradpad:default

See build environment setup then the make instructions for more information.