From 6ec7ccec63a5f434af3b6d5726fac858adfdbb61 Mon Sep 17 00:00:00 2001 From: mechmerlin <30334081+mechmerlin@users.noreply.github.com> Date: Fri, 29 Sep 2017 14:51:12 -0700 Subject: Support for KBP V60 Type R 60% keyboard (#1770) * 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. --- keyboards/v60_type_r/readme.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 keyboards/v60_type_r/readme.md (limited to 'keyboards/v60_type_r/readme.md') diff --git a/keyboards/v60_type_r/readme.md b/keyboards/v60_type_r/readme.md new file mode 100644 index 000000000..685fcba93 --- /dev/null +++ b/keyboards/v60_type_r/readme.md @@ -0,0 +1,31 @@ +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. + +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. + +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. + +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 +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. + + + -- cgit v1.2.3-24-g4f1b