qmk_userspace/qmk.json
Victor 50c5aa16a3
Adding custom github actions
- copied the official QMK build action and injected a step
to copy the rollow keyboard definition to the qmk_firmware before
the build
- Added the rollow to the qmk.json
2024-04-10 17:03:40 -05:00

11 lines
No EOL
285 B
JSON

{
"userspace_version": "1.0",
"build_targets": [
["ploopyco/trackball_nano", "lkbm"],
["crkbd/rev1", "t4corun"],
["bastardkb/charybdis/3x5/v2/splinky_3", "t4corun"],
["planck/rev6", "t4corun"],
["bluebell/swoop", "t4corun"],
["barbellboards/rollow", "t4corun"]
]
}