summaryrefslogtreecommitdiffstats
path: root/users/stanrc85
AgeCommit message (Collapse)AuthorFilesLines
2019-04-03remove call to custom rgb filestanrc851-4/+0
2019-04-03Removed duplicated zeal60 filesstanrc854-2151/+0
2019-04-03remove uneeded returns floating aroundstanrc851-2/+0
2019-04-03Adding zeal60 rgb files with modificationsstanrc854-0/+2151
2019-04-03Tweaking tapping_term valuestanrc851-1/+1
2019-04-03Use modified rgb_backlight.c filestanrc851-0/+4
2019-04-02Adjusting tapping termstanrc851-1/+1
2019-03-28[Keymap] Add custom macro to launch RDP (#5502)stanrc852-1/+13
* Add keycodes for new macros to keymaps * add macros for commonly used shortcuts * FIx macro code and add comments * Replaced with build in QMK keycodes * Removed macros that duplicated QMK keycodes
2019-03-23[Keymap] New tap dance code added to userspace and keymaps (#5468)stanrc852-12/+66
* Adding new tap dance key * Adding new tap dance code * add code for copy/paste to tap dance * testing tap dance enums * New tap dance keycodes * Fix enums
2019-03-20[Keymap] Keymap and readme updates (#5449)stanrc852-0/+11
* Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
2019-03-08[Keymap] Smarter KC_MAKE code and removed duplicate MOD_MASK entries (#5331)stanrc852-13/+8
* Change to predefined MOD_MASK codes * Remove duplicate predefined codes * Better reset keybaord logic * Cleaned up code as requested
2019-03-06[Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc853-0/+52
* 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-04[Keymap] Add RGB config and controls to userspace (#5299)stanrc853-0/+36
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap * Layer based RGB colors * Move RGB code to layer_rgb.c * New file with layer based RGB colors * Use RGB code if RGBLIGHT is enabled * Set RGB options in config.h * Remove rgb enable from init user
2019-02-28[Keymap] Cleaning up my config and userspace files (#5265)stanrc852-5/+0
* 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-26[Keymap] Converted stanrc85 community layout to userspace (#5244)stanrc854-0/+88
* Convert community layout to userspace for future use * Big readme update * Move layer toggle to CAPS * Readme updates * Deleted since unused * Removed call to unused .c file