summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r/v60_type_r.c
AgeCommit message (Collapse)Author
2023-12-05Rework RGBLight driver system (#22529)Ryan
2019-11-03[Keyboard] Fix v60_type_r compile failures (#7250)Joel Challis
2019-10-22Change V60 Polestar RGB timer to 3 (#7099)fauxpark
2019-04-03[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)MechMerlin
* 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
2018-04-30Clean up v60_type_r keyboard (#2848)WillyPillow
* Use *_kb instead of *_user in keyboard config * Place POLESTAR-only #includes in its #ifdef
2018-01-01Added support for V60 Type R Polestar backlight and RGB underglow (#1852)benlyall
* 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-09-29Support for KBP V60 Type R 60% keyboard (#1770)mechmerlin
* 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.