~ruther/qmk_firmware

ref: d322b4c041d4b600fee00ba7f94966ac9a9e2dfa qmk_firmware/util/list_keyboards.sh -rwxr-xr-x 207 bytes
d322b4c0 — yiancar [Keyboard] Baion 808 (#19690) 2 years ago
                                                                                
1
2
3
4
5
6
#!/bin/sh
# Temporary shell script to find keyboards
#
# This allows us to include DEFAULT_FOLDER targets.

find -L keyboards -type f -name rules.mk | grep -v keymaps | sed 's!keyboards/\(.*\)/rules.mk!\1!'