aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/default/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update default Planck layout to be more in line with standard conventionsDrashna Jaelre2018-10-091-5/+1
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
* updated music maskJack Humbert2018-05-081-4/+2
|
* update planck settingsJack Humbert2017-12-101-1/+1
|
* adds music mode, music mode songs, music maskJack Humbert2017-07-231-10/+13
|
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-231-0/+10
|
* Update existing keymapsGabriel Young2017-02-251-0/+29
Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)