]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/v60_type_r/readme.md
[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)
[qmk_firmware.git] / keyboards / v60_type_r / readme.md
index 685fcba938ec0261f16aae182a747048cc05a64e..76cb5f39fc4aeb0f379995a9f89868e98486024b 100644 (file)
@@ -1,31 +1,32 @@
-KBParadise V60 Type R 
+KBParadise V60 Type R
 ======================
 
-Released in 2017, the KBP V60 Type R is KB Paradise's first foray into the world of fully programmable keyboards. It utilizes an atmega32u4, Cherry MX switches, standard layout plate, Cherry style stabilizers, and plastic 60% case.  
+Released in 2017, the KBP V60 Type R is KB Paradise's first foray into the world of fully programmable keyboards. It utilizes an atmega32u4, Cherry MX switches, standard layout plate, Cherry style stabilizers, and plastic 60% case.
 
 The keyboard comes in two flavors:
 1. V60 Type R
 2. V60 Type R Polestar
 
-The Polestar comes with both in switch and underglow lighting, while the regular Type R has neither.  
+The Polestar comes with both in switch and underglow lighting, while the regular Type R has neither.
 
-Please note that other variants of the KBP V60 are not fully programmable. 
+Please note that other variants of the KBP V60 are not fully programmable.
 
-In switch and underglow lighting is currently not supported, but the hex file generated by QMK can still be used for either type r board. 
+Backlight and RGB Underglow are both supported.
 
-The KB Paradise preferred way of creating the hex file is by using https://tkg.io/, selecting Fantastic60 and then defining your keymap.  
+Note: By default the V60 Type R uses TMK.  You should know what you're doing and none of this is guaranteed to work.  If you want to stick with the TMK default, then the KB Paradise preferred way of creating the hex file is by using https://tkg.io/, selecting Fantastic60 and then defining your keymap.
 
 You will then have to use tkg-toolkit to finish the flashing
 
-Keyboard Maintainer:  QMK Community
-Hardware Supported:  KBP V60 Type R PCB
+Keyboard Maintainer:  QMK Community  
+Hardware Supported:  KBP V60 Type R PCB  
 Hardware Availability: [mechanicalkeyboards.com](https://mechanicalkeyboards.com/search.php?keyword=kbp+v60+type+r), [Massdrop](https://www.massdrop.com/buy/kbparadise-v60-type-r-mechanical-keyboard)
 
 Make example for this keyboard (after setting up your build environment):
 
-    make v60_type_r-default
-
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+    make v60_type_r:default
 
+or
 
+    make v60_type_r:vimouse
 
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).