summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)MechMerlin6-13/+9
* 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
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-5/+2
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark1-1/+0
2019-01-12Remove empty fn_actions[]fauxpark2-10/+0
2018-09-26Keymap: FollowingGhosts v60r layout (#3926)BenRLewis4-0/+192
* First version of FollowingGhosts' custom layout * Added copyright etc. * Fixed readme and added space cadet shift * Moved from RGB to HSV, updated readme and added media keys * Updated pragma * Added play/pause and updated config * Added pragma back
2018-08-31Keymap: I got my intern a KBParadise V60 Type R... (#3813)Christon DeWan4-0/+245
* new mode for v60 xtonhasvim. still working on it: - need to get indicator lights going - and fun layer properly fleshed out. * status lighting, proper fun layer copied fun layout from keycaps to maximize accessibility * enable power return * support brightness adjustment for indicators * refined brightness setting. is saved in eeprom now * readme. and fixed tilde * more modifiers fall through fun layer * i mean, this kinda works.. * much more reliable way of restoring lights * responded to feedback
2018-05-20Merlin community layouts (#3004)MechMerlin2-2/+2
* 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
2018-04-24Add Generic Keymap for my boards (#2795)MechMerlin2-6/+6
* 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
2018-03-25Refactor/v60 type r keymap/layout (#2593)MechMerlin2-14/+14
* 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
2018-01-01Added support for V60 Type R Polestar backlight and RGB underglow (#1852)benlyall6-14/+191
* 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)mechmerlin2-0/+115
* 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.