summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/experimental/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-1/+1
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-3/+3
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-56/+49
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-3/+0
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add keycodes for swap-hands feature.Joe Wasson2018-03-161-7/+4
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-2/+2
| | | | | | | | | | | | | | | | | | | | * add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
* update keymaps to not be the canonical fileJack Humbert2017-10-151-2/+0
|
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-201-8/+8
|
* Add TX Bolt protocol support for StenographyJoe Wasson2017-07-271-17/+9
| | | | Requires virtser; Allows QMK to speak the TX BOlt protocol used by stenography machines and software (such as Plover). The upside is that Plover can be configured to listen only to TX Bolt allow the keyboard to switch layers without need to enable/disable the Plover software, or to have a second non-Steno keyboard work concurrently.
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-4/+4
| | | | Fixes #1201.
* Add one-hand key to planck/experimental keymap.Joe Wasson2016-08-201-4/+4
|
* Generate version information to version.hFred Sundvik2016-07-311-0/+1
| | | | So that only the files that really needs a version are recompiled.
* updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-071-4/+69
|
* updates planck experimental, width of color outputJack Humbert2016-06-291-21/+30
|
* adds random base64 character generatorJack Humbert2016-06-291-2/+13
|
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+346
* fixes from tmk's repo * rename keyboard to keyboards