summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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