summaryrefslogtreecommitdiff
path: root/keyboards/hs60/v2/keymaps/stanrc85
AgeCommit message (Collapse)Author
2019-03-06[Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc85
* Add keycode for KC_MAKE * Add KC_MAKE keycode * Add stanrc85.c file with KC_MAKE * Remove unused include * Improved KC_MAKE stolen from Drashna * Define mod mask for new KC_MAKE code * RESET board to flash after compiling * Remove send_string * RESET fixed in KC_MAKE
2019-03-04Separate keymaps to VIA enabled/dissabled. (#5302)yiancar
* Separate keymaps to VIA enabled/dissabled. - Default rules.mk has been changed to disable via. - VIA keymaps have been added for default keymaps. * Update naming
2019-03-01[Keymap] Added INSERT to my keymaps (#5284)stanrc85
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
2019-02-28[Keymap] Cleaning up my config and userspace files (#5265)stanrc85
* Removed since options are in userspace * Removed RGB option that was breaking one of my builds * Remove unused options * Removed options present in userspace, add board specific options here * Removed code also present in userspace * Turns out those lines were needed, added them back * Testing changes * Added code to ensure board read as ANSI instead of default ISO for HS60 * Setting \ key to "MOD" instead of "ALPHA" for lighting
2019-02-25[Keymap] HS60 v2 keymap updates (#5250)stanrc85
* Add backlight controls * Add backlight controls and remove RGB underglow * Make HS60 board specific changes to readme * Remove BL_TOGG as it isn't use on this board
2019-02-24[Keymap] Initial upload of stanrc85 HS60 v2 layout and config (#5217)stanrc85