From 374ae942fd06a43a30f2b160b81e54cdbcc8b64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 9 Jul 2022 17:17:55 +0200 Subject: Archlinux install notes --- install.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 install.org 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: -- cgit v1.2.3