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.

planned_features.md 609B

8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
123456789101112131415161718192021
  1. planned_features is a view of where the keybrd project is headed.
  2. Top priority
  3. ============
  4. MCP23S18 I/O expander with Serial Peripheral Interface (SPI)
  5. Med priority
  6. ============
  7. Add matrix-to-layout mapping array (to decouple matrix from layout)
  8. Low priority
  9. ============
  10. Update tutorials:
  11. * Currently tutorial sketches are obsolete and won't compile
  12. * Change tutorial sketches from teensy 2.0 and PCA9655E-D IOE to Teensy LC and MCP23018 IOE
  13. Add more tutorials:
  14. * tutorial_5_LEDs.md
  15. * tutorial_6_mapping_matrix_to_layout.md
  16. * tutorial_9_active_high.md
  17. * add schematics to tutorials