keybrd library is an open source library for creating custom-keyboard firmware.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

tutorial_8c_sharing_your_keybrd_sketch.md 946B

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".