summaryrefslogtreecommitdiffstats
path: root/layouts/community/60_ansi/stanrc85-ansi
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Userspace updates (#11841)stanrc852021-02-101-10/+19
| | | | | | | | | | | | | | | | | | | * 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
* Userspace and keymap updates (#8037)stanrc852020-01-291-2/+2
| | | | | | | | | | * Add PGUP,PGDN to keymaps * Enable VIA support on userspace for 1up60hse * Enable DZ60 VIA in rules * Enable Romac VIA in rules
* [Keymap] Romac added and tweaks to existing keymaps (#5941)stanrc852019-05-211-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-24/+24
| | | | | | | | * Move layer toggle key for one handed operation * Add print screen keycode * Cleaning up some tab/space formatting
* [Keymap] Add custom macro to launch RDP (#5502)stanrc852019-03-281-1/+1
| | | | | | | | | | | | * 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-221-1/+1
| | | | | | | | | | | | | | * 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-19/+42
| | | | | | | | | | * Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
* [Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc852019-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | * 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] Added INSERT to my keymaps (#5284)stanrc852019-03-011-1/+1
| | | | | | * Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
* [Keymap] Converted stanrc85 community layout to userspace (#5244)stanrc852019-02-263-30/+3
| | | | | | | | | | | | | | * 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
* Fix ESC on Default ANSI layer (#5125)stanrc852019-02-131-1/+1
|
* [Keymap] stanrc85 Keymap updates (#5066)stanrc852019-02-063-16/+24
| | | | | | | | | | | | | | | | * 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
* [Keymap] Added , to fix errors (#5034)stanrc852019-02-021-15/+22
| | | | | | | | * Added , to fix errors * Added aliases to clean up keymaps * Additional formatting changes
* Stanrc85 layout update/cleanup (#5029)stanrc852019-02-013-25/+23
| | | | | | | | | | * Remove unused options * COMMAND disabled since it is unused * COMMAND shortcut removed * Fix some spacing for better readability.
* [Keymap] Layout added for stanrc85 (#4944)stanrc852019-01-274-0/+91
* 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