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_2_single-layer_keyboard.md 677B

12345678910111213141516
  1. Tutorial 2 - single-layer keyboard
  2. =======================================
  3. This annotated sketch explains how the keybrd library works:
  4. [keybrd_2_single-layer_annotated.ino](keybrd_proj/keybrd/examples/tutorials/keybrd_2_single-layer_annotated/keybrd_2_single-layer_annotated.ino)
  5. You can view the class definitions in the [keybrd library](keybrd/src/).
  6. After reading the sketch you will be to modify it to suite your own single-layer keyboard design.
  7. ## Exercises
  8. 1) Add a third column to the breadboard and sketch.
  9. | Layout | **0** | **1** | **2** |
  10. |:------:|-------|-------|-------|
  11. | **0** | a | b | c |
  12. | **1** | 1 | 2 | shift |