diff options
Diffstat (limited to 'users/noroadsleft/readme.md')
-rw-r--r-- | users/noroadsleft/readme.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/users/noroadsleft/readme.md b/users/noroadsleft/readme.md new file mode 100644 index 0000000000..f018a42271 --- /dev/null +++ b/users/noroadsleft/readme.md @@ -0,0 +1,40 @@ +# @noroadsleft's Userspace + +This directory holds the code that's the same for every keyboard I use in QMK, which is currently: + +| Status | Keyboard | +| :----------------- | :------- | +| :heavy_check_mark: | `kc60` +| :heavy_check_mark: | `kbdfans/kbd75/rev1` + +## Features + +### Emulated Non-US Backslash + +Sends `KC_NUBS` when the Z key is tapped while the Right Alt key is being held. + +### Emulated Numeric Keypad + +Turns number row keycodes into their numeric keypad equivalents while the Right Alt key is being held. + +### Emulated F13-F24 + +Turns F1-F12 into F13-F24 while the Right Alt key is being held. + + +## License + +Copyright 2020 noroadsleft + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. |