diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-07-09 17:17:55 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-07-09 17:17:55 +0200 |
commit | 374ae942fd06a43a30f2b160b81e54cdbcc8b64e (patch) | |
tree | 8676b311efe00169b914f1e4e82972a802ea10b0 | |
parent | f0ad77b3254ff4d5e3d1bacc37069e9ccf464d77 (diff) | |
download | model01-firmware-374ae942fd06a43a30f2b160b81e54cdbcc8b64e.tar.gz model01-firmware-374ae942fd06a43a30f2b160b81e54cdbcc8b64e.tar.bz2 model01-firmware-374ae942fd06a43a30f2b160b81e54cdbcc8b64e.zip |
Archlinux install notes
-rw-r--r-- | install.org | 21 |
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: |