summaryrefslogtreecommitdiff
path: root/layouts/community/60_ansi/stanrc85-ansi
AgeCommit message (Collapse)Author
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
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-01-29Userspace and keymap updates (#8037)stanrc85
* Add PGUP,PGDN to keymaps * Enable VIA support on userspace for 1up60hse * Enable DZ60 VIA in rules * Enable Romac VIA in rules
2019-05-21[Keymap] Romac added and tweaks to existing keymaps (#5941)stanrc85
* 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
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-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-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-01[Keymap] Added INSERT to my keymaps (#5284)stanrc85
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
2019-02-26[Keymap] Converted stanrc85 community layout to userspace (#5244)stanrc85
* 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
2019-02-13Fix ESC on Default ANSI layer (#5125)stanrc85
2019-02-06[Keymap] stanrc85 Keymap updates (#5066)stanrc85
* Rename aliases to better reflect keycodes used * Update readme to reflect changes in keymap * Disabled more unused options to reduce memory usage * Remove backlight keycodes and move RGB keycodes * Update to reflect changes in keymap * Disable backlight option * Spacing
2019-02-02[Keymap] Added , to fix errors (#5034)stanrc85
* Added , to fix errors * Added aliases to clean up keymaps * Additional formatting changes
2019-02-01Stanrc85 layout update/cleanup (#5029)stanrc85
* Remove unused options * COMMAND disabled since it is unused * COMMAND shortcut removed * Fix some spacing for better readability.
2019-01-27[Keymap] Layout added for stanrc85 (#4944)stanrc85
* Add files via upload * Changed _____ to _______ as requested to meet QMK standards. * Added readme.md * Removed "PERMISSIVE_HOLD" as it is no longer used. * Additional code changes made per request * Added # to first line and removed redundant line. * Modified Copyright information * Added space after # for proper formatting * Formatting changes and additional details