aboutsummaryrefslogtreecommitdiffstats
path: root/users/stanrc85
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Add indicator light bootup fanfare (#10158)stanrc852020-09-064-55/+80
| | | | | | | | | | | | | | | * Add indicator light bootup fanfare * move fanfare code to new file * fanfare code in new file and remove unused boards * new startup fanfare code * add lock/unlock indicator animation * input key presses before changing lights * remove old code
* [Keymap] layer indicator lights (#10004)stanrc852020-08-172-5/+44
| | | | | * move caps lock indicator position * use num lock and scroll lock as layer indicators
* Keymap for OSAv2 (#9773)stanrc852020-07-253-1/+56
| | | | | | | | | | | | | * Add OSAv2 keymap * OSAv2 configs and rules * OSAv2 lighting layers * OSAv2 lighting layers * Fix colors after copy/paste * Use LED indicators instead of RGB
* [Keymap] Add Alice rev2 to my userspace (#9600)stanrc852020-07-041-0/+6
|
* Add velocikey to alice keymap (#9476)stanrc852020-06-201-0/+1
|
* stanrc85 userspace and keymap updates (#9103)stanrc852020-05-152-3/+4
| | | | | * Update flash command in userspace * Switch to BackspaceFN on split spacebar
* Update stanrc85 rules for alice/rev1 (#8821)stanrc852020-04-161-1/+1
|
* [Keymap] Userspace update Rgb layers code (#8659)stanrc852020-04-083-5/+51
| | | | | | | | | | | | | | | | | * enable rgblight layers * rgblight layers code * switch to new rgblight layers * testing led positions * fix caps typo * lights and colors working * rules updated for different rgb use * Extra spaces removed
* [keymap] Add Alice keymap and to userspace files (#8571)stanrc852020-03-281-0/+4
| | | | | | | | | | | * convert my 60 keymap to alice * add via to rules for alice * remove split backspace and add backlight keycodes * disable LTO for alice pcb * keymap alignment formatting
* Userspace and keymap updates (#8037)stanrc852020-01-291-0/+9
| | | | | | | | | | * Add PGUP,PGDN to keymaps * Enable VIA support on userspace for 1up60hse * Enable DZ60 VIA in rules * Enable Romac VIA in rules
* [Keymap] Userspace updates (#7500)stanrc852019-11-271-17/+4
| | | | | | * Convert macro to use new QMK CLI and other cleanup * use \n instead of ss enter
* [Keymap] Romac added and tweaks to existing keymaps (#5941)stanrc852019-05-212-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial keymap for Romac * Formatting changes * keymap tweaks * Add new cycle layer key * add cycle layer code * initial upload * keymap updates * keymap updates * keymap updates for new layer names * new enum layers * case added for 4th layer * removed extra space for formatting
* [Keymap] Minor keymap updates (#5850)stanrc852019-05-113-4/+4
| | | | | | | | * Move layer toggle key for one handed operation * Add print screen keycode * Cleaning up some tab/space formatting
* remove call to custom rgb filestanrc852019-04-031-4/+0
|
* Removed duplicated zeal60 filesstanrc852019-04-034-2151/+0
|
* remove uneeded returns floating aroundstanrc852019-04-021-2/+0
|
* Adding zeal60 rgb files with modificationsstanrc852019-04-024-0/+2151
|
* Tweaking tapping_term valuestanrc852019-04-021-1/+1
|
* Use modified rgb_backlight.c filestanrc852019-04-021-0/+4
|
* Adjusting tapping termstanrc852019-04-021-1/+1
|
* [Keymap] Add custom macro to launch RDP (#5502)stanrc852019-03-282-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
* [Keymap] New tap dance code added to userspace and keymaps (#5468)stanrc852019-03-222-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
* [Keymap] Keymap and readme updates (#5449)stanrc852019-03-192-0/+11
| | | | | | | | | | * Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
* [Keymap] Smarter KC_MAKE code and removed duplicate MOD_MASK entries (#5331)stanrc852019-03-072-13/+8
| | | | | | | | | | * Change to predefined MOD_MASK codes * Remove duplicate predefined codes * Better reset keybaord logic * Cleaned up code as requested
* [Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc852019-03-063-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
* [Keymap] Add RGB config and controls to userspace (#5299)stanrc852019-03-033-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
* [Keymap] Cleaning up my config and userspace files (#5265)stanrc852019-02-282-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
* [Keymap] Converted stanrc85 community layout to userspace (#5244)stanrc852019-02-264-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