mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
fix up doc
This commit is contained in:
parent
990e769382
commit
ccb168aad8
@ -1110,7 +1110,7 @@ const uint16_t PROGMEM pointing_modes_maps[][POINTING_MODE_NUM_DIRECTIONS] = {
|
|||||||
<first map keycode down>
|
<first map keycode down>
|
||||||
},
|
},
|
||||||
//... all other pointing mode maps ...
|
//... all other pointing mode maps ...
|
||||||
[<POINTING_MODE_MAP_COUNT - 1>] = {
|
[<number of pointing mode maps - 1>] = {
|
||||||
<last map keycode up>,
|
<last map keycode up>,
|
||||||
<last map keycode left>, <last mapkeycode right>,
|
<last map keycode left>, <last mapkeycode right>,
|
||||||
<last map keycode down>
|
<last map keycode down>
|
||||||
@ -1228,7 +1228,7 @@ const uint16_t PROGMEM pointing_modes_maps[][POINTING_MODE_NUM_DIRECTIONS] = {
|
|||||||
<first map keycode down left>, <first map keycode down>, <first map keycode down right>
|
<first map keycode down left>, <first map keycode down>, <first map keycode down right>
|
||||||
},
|
},
|
||||||
//... all other pointing mode maps ...
|
//... all other pointing mode maps ...
|
||||||
[<POINTING_MODE_MAP_COUNT - 1>] = {
|
[<number of pointing mode maps - 1>] = {
|
||||||
<last map keycode up left>, <last map keycode up>, <last map keycode up right>,
|
<last map keycode up left>, <last map keycode up>, <last map keycode up right>,
|
||||||
<last map keycode left>, <last map keycode right>,
|
<last map keycode left>, <last map keycode right>,
|
||||||
<last map keycode down left>, <last map keycode down>, <last map keycode down right>
|
<last map keycode down left>, <last map keycode down>, <last map keycode down right>
|
||||||
|
Loading…
Reference in New Issue
Block a user