summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r
Commit message (Collapse)AuthorAge
* Merlin community layouts (#3004)MechMerlin2018-05-20
| | | | | | | | | | | | * community layout support for eagle_viper v2 and remove mechmerlin keymap dir * community layout support for eagle_viper v2 and remove mechmerlin keymap dir * Change to QMK_KEYBOARD_H and remove merlin keymap in favor of cmmunity layouts * community layout support 60_ansi * community layout support for 60_ansi
* Clean up v60_type_r keyboard (#2848)WillyPillow2018-04-30
| | | | | | * Use *_kb instead of *_user in keyboard config * Place POLESTAR-only #includes in its #ifdef
* Add Generic Keymap for my boards (#2795)MechMerlin2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | * add mechmerlin 60 ansi layout * put meaningful #defines * missed the backslash * add merlin split layout * rename to have a -ansi * Add appropriate readme files * rename KEYMAP to LAYOUT * support for default layout * support for the community keymaps * make sure I don't break the configurator * Don't break the configurator Merlin
* Remove bootloader from info.jsonsskullY2018-04-11
|
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-07
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Refactor/v60 type r keymap/layout (#2593)MechMerlin2018-03-25
| | | | | | | | | | * Add a proper ANSI layout Changed v60_type_r.h to have a proper ANSI layout Modify keymaps to reflect above changes Fix comments * Add new layout to info.json
* Fix info.json issues to display properly in config.qmk.fm (#2552)MechMerlin2018-03-19
| | | | | | * Fix info.json issues to display properly in config.qmk.fm * rename LAYOUT to KEYMAP to match .h file
* Info json fixes (#2232)Jack Humbert2018-01-05
| | | | | | | | | | * Update info.json * Update info.json * Update info.json * Update info.json
* Keeb json layouts (#2219)MechMerlin2018-01-04
| | | | | | | | | * info.json committed to support the qmk configurator project These are info.json for each of the keyboards I've contributed to during my time here at QMK * change LAYOUT to KEYMAP to adhere to matrix definitions
* Added support for V60 Type R Polestar backlight and RGB underglow (#1852)benlyall2018-01-01
| | | | | | | | | | * 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
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Support for KBP V60 Type R 60% keyboard (#1770)mechmerlin2017-09-29
* 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.