aboutsummaryrefslogtreecommitdiff
path: root/users/noroadsleft/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/noroadsleft/readme.md')
-rw-r--r--users/noroadsleft/readme.md40
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
3This 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
14Sends `KC_NUBS` when the Z key is tapped while the Right Alt key is being held.
15
16### Emulated Numeric Keypad
17
18Turns number row keycodes into their numeric keypad equivalents while the Right Alt key is being held.
19
20### Emulated F13-F24
21
22Turns F1-F12 into F13-F24 while the Right Alt key is being held.
23
24
25## License
26
27Copyright 2020 noroadsleft
28
29This program is free software: you can redistribute it and/or modify
30it under the terms of the GNU General Public License as published by
31the Free Software Foundation, either version 2 of the License, or
32(at your option) any later version.
33
34This program is distributed in the hope that it will be useful,
35but WITHOUT ANY WARRANTY; without even the implied warranty of
36MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37GNU General Public License for more details.
38
39You should have received a copy of the GNU General Public License
40along with this program. If not, see <http://www.gnu.org/licenses/>.