qmk/modules/getreuer/tap_flow/qmk_module.json

24 lines
447 B
JSON

{
"module_name": "Tap Flow",
"maintainer": "getreuer",
"keycodes": [
{
"key": "TAP_FLOW_PRINT",
"aliases": [
"TFLOW_P"
]
},
{
"key": "TAP_FLOW_UP",
"aliases": [
"TFLOW_U"
]
},
{
"key": "TAP_FLOW_DOWN",
"aliases": [
"TFLOW_D"
]
}
]
}