summaryrefslogtreecommitdiffstats
path: root/util/list_keyboards.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/list_keyboards.sh')
-rwxr-xr-xutil/list_keyboards.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/list_keyboards.sh b/util/list_keyboards.sh
deleted file mode 100755
index 0d1dae888f..0000000000
--- a/util/list_keyboards.sh
+++ /dev/null
@@ -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!'