summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/jetpacktuxedo
Commit message (Collapse)AuthorAgeFilesLines
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-241-2/+3
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
| | | | | * fix sat75 * update uint32_t to layer_state
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-1/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)Ryan2021-02-061-3/+0
|
* Keymap: Clicky frequency modulation (#4012)Ethan Madden2018-09-281-6/+16
| | | Also worked around my busted dipswitch 2...
* Keymap: add clicky support to jetpacktuxedo keymap (#3990)Ethan Madden2018-09-272-0/+15
| | | controlled by dip 3 with pitch modulated by the knob
* Keymap: jetpacktuxedo planck keymap (#3896)Ethan Madden2018-09-253-0/+311
* added my planck keymap based on a blend of my minivan keymap and the planck default keymap. * moved pipe to better match minivan keymap * updated as per @drashna also moved my keymap a bit after adding the quad encoder and underglow (which doesn't even work on arm right now lol) * a few smaller tweaks