summaryrefslogtreecommitdiff
path: root/docs/ja/feature_mouse_keys.md
AgeCommit message (Collapse)Author
2021-01-28Add support for 8 buttons to mouse report (#10807)Drashna Jaelre
* 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
2020-07-30[Docs] Update Japanese translation of feature_mouse_keys.md. (#9809)shela
* Update Japanese translation of feature_mouse_keys.md. * fix original document version. * Update docs/ja/feature_mouse_keys.md * update based on comment
2020-06-01[Docs] Japanese translation of docs/feature_mouse_keys.md (#8992)umi
* 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