summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install.org21
1 files changed, 21 insertions, 0 deletions
diff --git a/install.org b/install.org
new file mode 100644
index 0000000..fe1498f
--- /dev/null
+++ b/install.org
@@ -0,0 +1,21 @@
+#+title: Install
+
+Since I don't keep up neither with keyboard development nor Arduino. It becomes
+ever more painful to update it. As they continue to work into user friendliness
+I rather follow their setup and only worry about the keyboard config file.
+
+Don't install the bundle anymore. Follow their website docs & install the latest GUI.
+Install the board manager build as their docs say.
+
+This are the notes to get it to work on arch linux. Archlinux changes the basic namespace
+of the plugins and thus I need to change. The ag command tells me what is the
+standard the result is what it needs to change to. Find the file that needs the change
+
+#+begin_src bash :results raw drawer
+ag -H "arduino:arduino" ~/.arduino15
+#+end_src
+
+#+RESULTS:
+:results:
+model01.build.core=archlinux-arduino:arduino
+:end: