aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-2/+2
| | | | Fixes #1201.
* Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929cbbrowne2016-12-021-1/+4
|
* Clean up atomic keymap (#9)IBNobody2016-09-121-20/+86
| | | | | | * Added keyboard help macros * Fixing Atomic PVC keymap / adding print help
* Added User Print - A "light" console out option (#8)IBNobody2016-09-072-3/+11
| | | | | | | User print disables the normal print messages in the body of QMK/TMK code and is meant as a lightweight alternative to NOPRINT. Use it when you only want to do a spot of debugging but lack flash resources for allowing all of the codebase to print (and store their wasteful strings).
* Use keyboard config for nkro (#7)IBNobody2016-09-062-4/+5
| | | | | | * removing nkro references - wip * changed NKRO to be defined by keymap_config
* Added diagonal mice macros, breathing ala AtomicIBNobody2016-09-042-199/+238
|
* NightlyIBNobody2016-08-231-10/+10
| | | | Prep for Vision build
* updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-071-3/+2
|
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-1635/+0
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-214-0/+2226
* fixes from tmk's repo * rename keyboard to keyboards