summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/readme.md
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)MechMerlin1-15/+1
* use pragma once where applicable * remove ? * update default keymap readme * remove un need include * update readme with newbs guide * set underglow and backlight to be on by default, and explicitly set them to no for the default keymap to handle the non Polestar case. * put mine and benlyall's name in the code * update readme
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb1-2/+2
2018-01-01Added support for V60 Type R Polestar backlight and RGB underglow (#1852)benlyall1-6/+21
* Added V60 Type R Polestar Backlight and RGB Underglow support * made RGB Underglow stuff optional, to support the non Polestar V60 * updated readme and rules * fixed typo in readme
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-29Support for KBP V60 Type R 60% keyboard (#1770)mechmerlin1-0/+31
* Support for KBP V60 Type R 60% keyboard Support does not include in switch or underglow lighting for Polestar Edition. * rename v60type_r to v60_type_r * Remove old v60type_r * Modify readme.md to adhere with QMK readme formatting.