aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-292-4/+0
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* [Keyboard] KBP V60 Type R Added ISO default (#6372)Luke Wesley-Holley2019-07-224-0/+79
| | | | | | | | | | | | | | * [Layout] KBP V60 Type R ISO default * Remove ifdef * Apply suggestions from code review @noroadsleft I've accepted your suggestions. Tried locally any everything works as expected. Thanks again - this if my first keyboard and first time looking at/ using/ contributing to qmk so I appreciate the feedback :+1: Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-16/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* [Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)MechMerlin2019-04-036-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
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-5/+2
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-1/+0
|
* Remove empty fn_actions[]fauxpark2019-01-112-10/+0
|
* Keymap: FollowingGhosts v60r layout (#3926)BenRLewis2018-09-254-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
* Keymap: I got my intern a KBParadise V60 Type R... (#3813)Christon DeWan2018-08-314-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
* Merlin community layouts (#3004)MechMerlin2018-05-202-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
* Add Generic Keymap for my boards (#2795)MechMerlin2018-04-242-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
* Refactor/v60 type r keymap/layout (#2593)MechMerlin2018-03-252-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
* Added support for V60 Type R Polestar backlight and RGB underglow (#1852)benlyall2018-01-016-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
* Support for KBP V60 Type R 60% keyboard (#1770)mechmerlin2017-09-292-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.