qmk/modules/getreuer/tap_flow/qmk_module.json
2025-04-07 23:52:58 +02:00

25 lines
508 B
JSON

{
"module_name": "Tap Flow",
"maintainer": "getreuer",
"url": "https://getreuer.info/posts/keyboards/tap-flow",
"keycodes": [
{
"key": "TAP_FLOW_PRINT",
"aliases": [
"TFLOW_P"
]
},
{
"key": "TAP_FLOW_UP",
"aliases": [
"TFLOW_U"
]
},
{
"key": "TAP_FLOW_DOWN",
"aliases": [
"TFLOW_D"
]
}
]
}