about summary refs log tree commit diff
path: root/model1.patch
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-05-29 21:05:01 -0400
committerZach DeCook <zachdecook@librem.one>2023-05-29 21:05:01 -0400
commitf6372f51812a38f7e24b33345532dc9663e34ac0 (patch)
treee64a7555e3184b97db5d2ce0adb42a1c8c9cb136 /model1.patch
parentc454239d7d58c1a5d06b1407f54c97bf34955e1e (diff)
downloadHexBoard-f6372f51812a38f7e24b33345532dc9663e34ac0.tar.gz
CI/CD: Add .build.yml to build firmware in sourcehut
Diffstat (limited to 'model1.patch')
-rw-r--r--model1.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/model1.patch b/model1.patch
new file mode 100644
index 0000000..1a683b7
--- /dev/null
+++ b/model1.patch
@@ -0,0 +1,13 @@
+diff --git a/HexBoard_V1.1.ino b/HexBoard_V1.1.ino
+index e63c00c..d257751 100644
+--- a/HexBoard_V1.1.ino
++++ b/HexBoard_V1.1.ino
+@@ -25,7 +25,7 @@
+ // Change before compile depending on target hardware
+ // 1 = HexBoard 1.0 (dev unit)
+ // 2 = HexBoard 1.1 (first retail unit)
+-#define ModelNumber 2
++#define ModelNumber 1
+ 
+ // USB MIDI object //
+ Adafruit_USBD_MIDI usb_midi;