keybrd library is an open source library for creating custom-keyboard firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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