diff options
author | IBNobody <IBNobody@users.noreply.github.com> | 2016-09-06 23:19:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 23:19:01 -0500 |
commit | 558f3ec1eb325caf706efc15e2fab26121aba442 (patch) | |
tree | a14b00c189492426beadc69c2094055f833b811f /tmk_core/readme.md | |
parent | f0388a5b1334ce0b8c8a359a0a8a1460e456b8c5 (diff) | |
download | qmk_firmware-558f3ec1eb325caf706efc15e2fab26121aba442.tar.gz qmk_firmware-558f3ec1eb325caf706efc15e2fab26121aba442.zip |
Use keyboard config for nkro (#7)
* removing nkro references - wip
* changed NKRO to be defined by keymap_config
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r-- | tmk_core/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md index f460d0ed4..324232851 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md | |||
@@ -23,7 +23,7 @@ These features can be used in your keyboard. | |||
23 | * Mouse key - Mouse control with keyboard | 23 | * Mouse key - Mouse control with keyboard |
24 | * System Control Key - Power Down, Sleep, Wake Up and USB Remote Wake up | 24 | * System Control Key - Power Down, Sleep, Wake Up and USB Remote Wake up |
25 | * Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc | 25 | * Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc |
26 | * USB NKRO - 120 keys(+ 8 modifiers) simultaneously | 26 | * USB NKRO - 240 keys(+ 8 modifiers) simultaneously |
27 | * PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device | 27 | * PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device |
28 | * Keyboard protocols - PS/2, ADB, M0110, Sun and other old keyboard protocols | 28 | * Keyboard protocols - PS/2, ADB, M0110, Sun and other old keyboard protocols |
29 | * User Function - Customizable function of key with writing code | 29 | * User Function - Customizable function of key with writing code |