~ruther/qmk_firmware

ref: 5e5b19cf94d46db06cf43a834b7fd8a112d9e527 qmk_firmware/util/list_keyboards.sh -rwxr-xr-x 207 bytes
5e5b19cf — James Young Keychron S1 ANSI Layout Touch-Up (#19556) 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!'