summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc/keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark1-2/+0
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-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
2018-03-13Fixed plank keymaps so that they will compile for planck lightBrian Choromanski1-8/+24
2018-03-09Patched some keyboards that won't compile (#2453)Brian Choromanski1-1/+1
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-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
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson1-11/+11
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-2/+2
Fixes #1201.
2016-09-13Clean up atomic keymap (#9)IBNobody1-20/+86
* Added keyboard help macros * Fixing Atomic PVC keymap / adding print help
2016-09-07Use keyboard config for nkro (#7)IBNobody1-2/+3
* removing nkro references - wip * changed NKRO to be defined by keymap_config
2016-09-04Added diagonal mice macros, breathing ala AtomicIBNobody1-192/+236
2016-08-24NightlyIBNobody1-10/+10
Prep for Vision build
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-0/+478
* fixes from tmk's repo * rename keyboard to keyboards