summaryrefslogtreecommitdiffstats
path: root/docs/ja/feature_ps2_mouse.md
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-311-7/+9
| | | | | | | | | | | | | | | | | | | | | | | * [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
* Align PS/2 GPIO defines (#14745)Joel Challis2021-10-201-24/+7
| | | | | | | | | | | | | * Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
* Updated docs/ja/feature_ps2_mouse.md. (#13472)Takeshi ISHII2021-07-081-3/+3
| | | Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
* [Docs] Update Japanese translation of feature_ps2_mouse.md. (#9815)shela2020-07-301-2/+12
|
* [Docs] Japanese translation of docs/feature_ps2_mouse.md (#9030)umi2020-06-081-0/+293
* add feature_ps2_mouse.md translation * update based on comment * update based on comment * update based on comment * update based on comment