keybrd library is an open source library for creating custom-keyboard firmware.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

tutorial_8c_sharing_your_keybrd_sketch.md 946B

7 лет назад
1234567891011121314151617
  1. Tutorial 8c - sharing your keybrd sketch
  2. ========================================
  3. keybrd sketches that use a keybrd extension library should be published in the extension library's examples directory.
  4. keybrd sketches that do not use a keybrd extension library can be published anywhere.
  5. Publishing and listing your keybrd sketch allows others to find your sketch.
  6. Publish anywhere and list on Arduino Playground
  7. -----------------------------------------------
  8. Publish your sketch anywhere. Some free places are:
  9. * GitHub repository
  10. * [GitHub Gist](https://help.github.com/categories/gists/)
  11. * [geekhack Making Stuff Together!](https://geekhack.org/index.php?board=117.0)
  12. Then add a link and short description of your keybrd sketch to the [Arduino Playground keybrd page](http://playground.arduino.cc/Main/keybrd) under "keybrd sketches".
  13. Arduino playground is a wiki.
  14. Links on how to edit the wiki are on the bottom left under "Participate".