~ruther/qmk_firmware

ref: 695c4c603005469704cd678a1d3ffb093d7e1231 qmk_firmware/util/list_keyboards.sh -rwxr-xr-x 207 bytes
695c4c60 — adophoxia [Keyboard] Add missing `dip_switch_update_kb` for Keychron V2 (#19674) 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!'