]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fix number of NKRO keys
authorshela <shelaf@users.noreply.github.com>
Sat, 10 Sep 2016 14:47:33 +0000 (23:47 +0900)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2016 14:47:33 +0000 (23:47 +0900)
32byte report = 1byte modifiers + 31byte keys
31byte * 8bit * 1key/bit = 248keys

tmk_core/readme.md

index 3242328516ca97fbbbe2cffbc8c2788cea2ca281..5f135617c42fdee59d0e41ebeb61162570d004d9 100644 (file)
@@ -23,7 +23,7 @@ These features can be used in your keyboard.
 * Mouse key           - Mouse control with keyboard
 * System Control Key  - Power Down, Sleep, Wake Up and USB Remote Wake up
 * Media Control Key   - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc
-* USB NKRO            - 240 keys(+ 8 modifiers) simultaneously
+* USB NKRO            - 248 keys(+ 8 modifiers) simultaneously
 * PS/2 mouse support  - PS/2 mouse(TrackPoint) as composite device
 * Keyboard protocols  - PS/2, ADB, M0110, Sun and other old keyboard protocols
 * User Function       - Customizable function of key with writing code