summaryrefslogtreecommitdiff
path: root/users/stanrc85/stanrc85.c
AgeCommit message (Collapse)Author
2021-02-10Userspace updates (#11841)stanrc85
* enable LTO for smaller firmware size * delete since this was added to userspace rules.mk * readme updates and new images * Add -j to compile and flash commands in userpsace * Enable NKRO * Enable NKRO, VIA, LTO by default * Stanrc85-ansi readme update * Stanrc85-alice readme * quick RGB layer indicator fix in keymap
2020-12-07[Keymap] sneakbox keymap and userspace code (redo) (#10977)stanrc85
* Add support for LAYOUT_alice to sneakbox pcb * define variables for sneakbox led pins * set rules for sneakbox pcb * add rotary encoder to userspace * fix rotary function * add custom layer indicators for sneakbox * Revert "Add support for LAYOUT_alice to sneakbox pcb" This reverts commit 5ed94d8d897de6ef4f7a349368a6342cef5eff06. * add license header * Use KEYBOARD_sneakbox_aliceclone * cleaned up indicator code
2020-09-06[Keymap] Add indicator light bootup fanfare (#10158)stanrc85
* 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
2020-05-15stanrc85 userspace and keymap updates (#9103)stanrc85
* Update flash command in userspace * Switch to BackspaceFN on split spacebar
2019-11-27[Keymap] Userspace updates (#7500)stanrc85
* Convert macro to use new QMK CLI and other cleanup * use \n instead of ss enter
2019-05-11[Keymap] Minor keymap updates (#5850)stanrc85
* Move layer toggle key for one handed operation * Add print screen keycode * Cleaning up some tab/space formatting
2019-04-02remove uneeded returns floating aroundstanrc85
2019-03-28[Keymap] Add custom macro to launch RDP (#5502)stanrc85
* 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-22[Keymap] New tap dance code added to userspace and keymaps (#5468)stanrc85
* 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-19[Keymap] Keymap and readme updates (#5449)stanrc85
* Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
2019-03-07[Keymap] Smarter KC_MAKE code and removed duplicate MOD_MASK entries (#5331)stanrc85
* 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)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