Initial commit

This commit is contained in:
Antoine Martin 2022-04-06 14:10:49 +02:00
commit fc41b3509d
4 changed files with 454 additions and 0 deletions

33
README.org Normal file
View file

@ -0,0 +1,33 @@
#+title: Keyboardio Model 01 keymap
* Building
Enter the Nix-provided environment:
#+begin_src fish
nix develop
#+end_src
Then launch the Arduino IDE:
#+begin_src bash
arduino keymap.ino
#+end_src
Setup the Kaleidoscope / Model 01 board development files:
https://kaleidoscope.readthedocs.io/en/latest/setup_toolchain.html#add-keyboard-support-to-arduino
Summed up here:
Open *File*, then *Preferences*, and paste this in the /Additional Boards
Manager URLs/ field, then click *Ok*:
#+begin_src text
https://raw.githubusercontent.com/keyboardio/boardsmanager/master/package_keyboardio_index.json
#+end_src
Then go to *Tools*, *Board*, *Boards Manager*, search for =keyboardio= and
install =v1.99.5=.
Then go to *Tools*, *Board* again, and select the *Keyboardio Model 01*.