diff options
author | shela <shelaf@users.noreply.github.com> | 2016-09-10 23:47:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 23:47:33 +0900 |
commit | e25ae23287a687468f4b32ffec9613fd4326610f (patch) | |
tree | 65842586453cea616aeb0084b24e051733a50e31 /tmk_core/readme.md | |
parent | 5010df3d8b68a53c382b853c7c2e45922975b631 (diff) | |
download | qmk_firmware-e25ae23287a687468f4b32ffec9613fd4326610f.tar.gz qmk_firmware-e25ae23287a687468f4b32ffec9613fd4326610f.zip |
fix number of NKRO keys
32byte report = 1byte modifiers + 31byte keys
31byte * 8bit * 1key/bit = 248keys
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 324232851..5f135617c 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 - 240 keys(+ 8 modifiers) simultaneously | 26 | * USB NKRO - 248 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 |