From fb48db4c8f59feb2ad64b41d53d708a0673b0df4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 3 May 2023 12:24:37 +1000 Subject: Remove more junk files and scripts (#20682) --- keyboards/ergodox_ez/190hotfix.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 keyboards/ergodox_ez/190hotfix.sh (limited to 'keyboards/ergodox_ez') diff --git a/keyboards/ergodox_ez/190hotfix.sh b/keyboards/ergodox_ez/190hotfix.sh deleted file mode 100644 index bdc3adce22..0000000000 --- a/keyboards/ergodox_ez/190hotfix.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#a tool to fix broken keymaps as a result of pull request #190 -#changing the declaration of matrix_scan_user() and matrix_init_user() -# -#This script will save a copy of the specified keymap as keymap.c.bak -#and then create a new keymap.c with the definion corrected. -#this script must be run from the ergodox_ez directory -if [ $# -ne 1 ]; then - echo $0: usage: ./190hotfix keymap_name - exit 1 -fi - -echo Saving backup as ./keymaps/$1/keymap.c.bak ... -mv ./keymaps/$1/keymap.c ./keymaps/$1/keymap.c.bak - -echo Modifying ./keymaps/$1/keymap.c ... -cat ./keymaps/$1/keymap.c.bak | sed -r 's/^void \* matrix_/void matrix_/'>./keymaps/$1/keymap.c - -echo Complete! -- cgit v1.2.3