1
0
Fork 0

Replace list_keyboards.sh with CLI calls (#19485)

This commit is contained in:
Joel Challis 2023-01-03 03:15:29 +00:00 committed by GitHub
parent 44800f119d
commit c345278101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 14 deletions

View file

@ -1,6 +0,0 @@
#!/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!'