summaryrefslogtreecommitdiffstats
path: root/docs/ja/feature_mouse_keys.md
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 8 buttons to mouse report (#10807)Drashna Jaelre2021-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | | * Add support for 8 buttons to mouse report This includes support for 8 buttons in mousekeys. However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features. * Update mouse key docs * Add changes based on feedback * Fix VUSB report size comment Because drashna red gud * Fix typo in action.c * Fix IS_MOUSE_BUTTON check * Change start range for mousekeys so that the end is 0xFF properly * condense mousekeys check
* [Docs] Update Japanese translation of feature_mouse_keys.md. (#9809)shela2020-07-301-3/+20
| | | | | | | | | | * Update Japanese translation of feature_mouse_keys.md. * fix original document version. * Update docs/ja/feature_mouse_keys.md * update based on comment
* [Docs] Japanese translation of docs/feature_mouse_keys.md (#8992)umi2020-06-011-0/+127
* add feature_mouse_keys.md translation * update based on comment * update based on comment * update based on comment * update based on comment * update based on comment