1
0
Fork 0
qmk_firmware/data/constants/keycodes/keycodes_0.0.6_pointing_mode_util.hjson

28 lines
751 B
Text

{
"keycodes": {
"0x5320": {
"group": "pointing_mode_util",
"key": "QK_PM_CYCLE_DEVICES",
"label": "Cycle pointing mode device",
"aliases": [
"PMR_CYD"
]
},
"0x5321": {
"group": "pointing_mode_util",
"key": "QK_PM_DEVICE_RIGHT",
"label": "Set pointing mode device to PM_RIGHT_SIDE",
"aliases": [
"PMR_RGHT"
]
},
"0x5322": {
"group": "pointing_mode_util",
"key": "QK_PM_DEVICE_LEFT",
"label": "Set pointing mode device to PM_LEFT_SIDE",
"aliases": [
"PMR_LEFT"
]
}
}
}