qmk-firmware/keyboards/v60_type_r
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination (#1784)
* 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-10-14 11:32:19 -10:00
..
keymaps/default Support for KBP V60 Type R 60% keyboard (#1770) 2017-09-29 11:51:12 -10:00
config.h Support for KBP V60 Type R 60% keyboard (#1770) 2017-09-29 11:51:12 -10:00
readme.md Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
rules.mk Support for KBP V60 Type R 60% keyboard (#1770) 2017-09-29 11:51:12 -10:00
v60_type_r.c Support for KBP V60 Type R 60% keyboard (#1770) 2017-09-29 11:51:12 -10:00
v60_type_r.h Support for KBP V60 Type R 60% keyboard (#1770) 2017-09-29 11:51:12 -10:00

readme.md

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, Massdrop

Make example for this keyboard (after setting up your build environment):

make v60_type_r:default

See build environment setup then the make instructions for more information.