~ruther/qmk_firmware

ref: 6e42b5854902963469a4016abeca48a9df5c1c46 qmk_firmware/util/list_keyboards.sh -rwxr-xr-x 207 bytes
6e42b585 — AnotherStranger VIA keymap for the dactyl manuform 4x6 (#19668) 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!'