qmk-firmwares/keyboards/tempo_turtle/bradpad
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
keymaps Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01: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

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.