keybrd library is an open source library for creating custom-keyboard firmware.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

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 |