~ruther/qmk_firmware

ref: b56ffc8920b6b66f39bacef2610266ccdc2592c9 qmk_firmware/util/list_keyboards.sh -rwxr-xr-x 207 bytes
b56ffc89 — Daniel Schaefer docs: Fix IS31FL3743A driver name (#19518) 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!'