Ver Fonte

Remove more junk files and scripts (#20682)

Ryan há 3 anos atrás
pai
commit
fb48db4c8f

+ 0 - 42
keyboards/amjkeyboard/amj40/keymaps/myee/build.sh

@@ -1,42 +0,0 @@
-#!/bin/bash
-# adjust for cpu 
-# -j 16 gave best result on a hyperthreaded quad core core i7
-
-LIMIT=10
-THREADS="-j 16"
-KMAP=iso_split_rshift
-
-echo "We need sudo later"
-sudo ls 2>&1 /dev/null
-
-function wait_bootloader {
-	echo "Waiting for Bootloader..."
-	local STARTTIME=$(date +"%s")
-	local REMIND=0
-    local EXEC=dfu-programmer
-    local TARGET=atmega32u4
-	while true
-	do
-		sudo $EXEC $TARGET get > /dev/null 2>&1
-		[ $? -eq 0 ] && break
-		ENDTIME=$(date +"%s")
-		DURATION=$(($ENDTIME-$STARTTIME))
-		if [ $REMIND -eq 0 -a $DURATION -gt $LIMIT ]
-		then 
-			echo "Did you forget to press the reset button?"
-			REMIND=1
-		fi
-        sleep 1
-	done
-}
-make clean
-make KEYMAP=${KMAP} ${THREADS}
-if [[ $? -eq 0 ]]
-then
-    echo "please trigger flashing!"
-    wait_bootloader
-    sudo make KEYMAP=${KMAP} dfu ${THREADS}
-else
-    echo "make failed"
-    exit 77
-fi

+ 0 - 6
keyboards/dz60/keymaps/billiams_layout2/build_flash.sh

@@ -1,6 +0,0 @@
-# dfu-programmer atmega32u4 erase --force
-# dfu-programmer atmega32u4 flash /path/to/firmware.hex
-# dfu-programmer atmega32u4 reset
-
-# run this in the qmk_firmware directory
-make dz60:billiams_layout2:flash

+ 0 - 6
keyboards/dz60/keymaps/billiams_layout4/build_flash.sh

@@ -1,6 +0,0 @@
-# dfu-programmer atmega32u4 erase --force
-# dfu-programmer atmega32u4 flash /path/to/firmware.hex
-# dfu-programmer atmega32u4 reset
-
-# run this in the qmk_firmware directory
-make dz60:billiams_layout4:flash

+ 0 - 7
keyboards/dz60/keymaps/chrisae9/build_flash.sh

@@ -1,7 +0,0 @@
-#OLD WAY
-# dfu-programmer atmega32u4 erase --force
-# dfu-programmer atmega32u4 flash /path/to/firmware.hex
-# dfu-programmer atmega32u4 reset
-
-# run this in the qmk_firmware directory
-make dz60:chrisae9:flash

+ 0 - 19
keyboards/ergodox_ez/190hotfix.sh

@@ -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!

+ 0 - 42
keyboards/gh60/satan/keymaps/iso_split_rshift/build.sh

@@ -1,42 +0,0 @@
-#!/bin/bash
-# adjust for cpu 
-# -j 16 gave best result on a hyperthreaded quad core core i7
-
-LIMIT=10
-THREADS="-j 16"
-KMAP=iso_split_rshift
-
-echo "We need sudo later"
-sudo ls 2>&1 /dev/null
-
-function wait_bootloader {
-	echo "Waiting for Bootloader..."
-	local STARTTIME=$(date +"%s")
-	local REMIND=0
-    local EXEC=dfu-programmer
-    local TARGET=atmega32u4
-	while true
-	do
-		sudo $EXEC $TARGET get > /dev/null 2>&1
-		[ $? -eq 0 ] && break
-		ENDTIME=$(date +"%s")
-		DURATION=$(($ENDTIME-$STARTTIME))
-		if [ $REMIND -eq 0 -a $DURATION -gt $LIMIT ]
-		then 
-			echo "Did you forget to press the reset button?"
-			REMIND=1
-		fi
-        sleep 1
-	done
-}
-make clean
-make KEYMAP=${KMAP} ${THREADS}
-if [[ $? -eq 0 ]]
-then
-    echo "please trigger flashing!"
-    wait_bootloader
-    sudo make KEYMAP=${KMAP} dfu ${THREADS}
-else
-    echo "make failed"
-    exit 77
-fi

+ 0 - 4
keyboards/handwired/promethium/keymaps/default/flash.sh

@@ -1,4 +0,0 @@
-#!/bin/sh
-
-sleep 10
-avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex

+ 0 - 4
keyboards/handwired/promethium/keymaps/priyadi/flash.sh

@@ -1,4 +0,0 @@
-#!/bin/sh
-
-sleep 10
-avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex

+ 0 - 2
keyboards/keebio/levinson/keymaps/issmirnov/build.sh

@@ -1,2 +0,0 @@
-#!/bin/bash
-make keebio/levinson/rev2:issmirnov

+ 0 - 2
keyboards/keebio/levinson/keymaps/issmirnov/push.sh

@@ -1,2 +0,0 @@
-#!/bin/bash
-make keebio/levinson/rev2:issmirnov:dfu-split-left 

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 473
keyboards/sentraq/s60_x/keymaps/ansi_qwertz/docs/KB_US-International-Alternative.svg


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 476
keyboards/sentraq/s60_x/keymaps/ansi_qwertz/docs/KB_US-International-Alternative.svg.2016_08_18_09_06_36.0.svg


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 465
keyboards/sentraq/s60_x/keymaps/ansi_qwertz/docs/KB_US-International.svg


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff