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 000000000..f018a4227 --- /dev/null +++ b/users/noroadsleft/readme.md | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | # @noroadsleft's Userspace | ||
| 2 | |||
| 3 | This directory holds the code that's the same for every keyboard I use in QMK, which is currently: | ||
| 4 | |||
| 5 | | Status | Keyboard | | ||
| 6 | | :----------------- | :------- | | ||
| 7 | | :heavy_check_mark: | `kc60` | ||
| 8 | | :heavy_check_mark: | `kbdfans/kbd75/rev1` | ||
| 9 | |||
| 10 | ## Features | ||
| 11 | |||
| 12 | ### Emulated Non-US Backslash | ||
| 13 | |||
| 14 | Sends `KC_NUBS` when the Z key is tapped while the Right Alt key is being held. | ||
| 15 | |||
| 16 | ### Emulated Numeric Keypad | ||
| 17 | |||
| 18 | Turns number row keycodes into their numeric keypad equivalents while the Right Alt key is being held. | ||
| 19 | |||
| 20 | ### Emulated F13-F24 | ||
| 21 | |||
| 22 | Turns F1-F12 into F13-F24 while the Right Alt key is being held. | ||
| 23 | |||
| 24 | |||
| 25 | ## License | ||
| 26 | |||
| 27 | Copyright 2020 noroadsleft | ||
| 28 | |||
| 29 | This program is free software: you can redistribute it and/or modify | ||
| 30 | it under the terms of the GNU General Public License as published by | ||
| 31 | the Free Software Foundation, either version 2 of the License, or | ||
| 32 | (at your option) any later version. | ||
| 33 | |||
| 34 | This program is distributed in the hope that it will be useful, | ||
| 35 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 36 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 37 | GNU General Public License for more details. | ||
| 38 | |||
| 39 | You should have received a copy of the GNU General Public License | ||
| 40 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
