qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.46k stars 37.68k forks source link

Add support for userspace to docker build commands. #23988

Closed tzarc closed 1 week ago

tzarc commented 1 week ago

Description

As per title. Both ./util/docker_build.sh and./util/docker_cmd.sh should be sorted, now. Simplified _build to call _cmd so there's no duplicate implementations.

Also adds two new hidden CLI commands -- qmk path and qmk userspace-path to print out the computed values for both qmk_firmware and qmk_userspace.

Types of Changes

Issues

Checklist