diff --git a/right/build/kds/.cproject b/right/build/kds/.cproject
index cea2f5f..2d4a519 100644
--- a/right/build/kds/.cproject
+++ b/right/build/kds/.cproject
@@ -702,7 +702,7 @@
-
+
@@ -721,6 +721,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -736,15 +881,19 @@
+
-
+
+
+
+
diff --git a/right/build/kds/.gitignore b/right/build/kds/.gitignore
index e1567fd..64959c1 100644
--- a/right/build/kds/.gitignore
+++ b/right/build/kds/.gitignore
@@ -5,3 +5,4 @@
/v6-debug/
/v7-release/
/v7-release-srec/
+/v7-debug-srec/
diff --git a/right/build/kds/.settings/language.settings.xml b/right/build/kds/.settings/language.settings.xml
index fef2e54..80535dc 100644
--- a/right/build/kds/.settings/language.settings.xml
+++ b/right/build/kds/.settings/language.settings.xml
@@ -55,4 +55,15 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/right/build/kds/blhost-unix.sh b/right/build/kds/blhost-unix.sh
index bb59fb0..cb538cd 100755
--- a/right/build/kds/blhost-unix.sh
+++ b/right/build/kds/blhost-unix.sh
@@ -4,5 +4,5 @@ set -x # echo on
jump-to-bootloader.js
sleep 2 &&
blhost --usb 0x15a2,0x0073 flash-erase-all 0 &&
-blhost --usb 0x15a2,0x0073 flash-image v7-release-srec/uhk-right.srec &&
+blhost --usb 0x15a2,0x0073 flash-image $1 &&
blhost --usb 0x15a2,0x0073 reset