summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-131-596/+0
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-41/+37
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-2/+0
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fixed plank keymaps so that they will compile for planck lightBrian Choromanski2018-03-131-8/+24
|
* Patched some keyboards that won't compile (#2453)Brian Choromanski2018-03-091-1/+1
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-6/+6
| | | | | | | | | | | | | | | | | | | | * 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
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-201-11/+11
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-2/+2
| | | | Fixes #1201.
* Clean up atomic keymap (#9)IBNobody2016-09-121-20/+86
| | | | | | * Added keyboard help macros * Fixing Atomic PVC keymap / adding print help
* Use keyboard config for nkro (#7)IBNobody2016-09-061-2/+3
| | | | | | * removing nkro references - wip * changed NKRO to be defined by keymap_config
* Added diagonal mice macros, breathing ala AtomicIBNobody2016-09-041-192/+236
|
* NightlyIBNobody2016-08-231-10/+10
| | | | Prep for Vision build
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+478
* fixes from tmk's repo * rename keyboard to keyboards