keybrd library is an open source library for creating custom-keyboard firmware.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

planned_features.md 578B

12345678910111213141516171819202122
  1. PLANNED FEATURES is a view of where the keybrd project is headed.
  2. Top priority
  3. ============
  4. Add interrupts for I2C
  5. Med priority
  6. ============
  7. Add support for Teensy LC micro controller
  8. Add 16x16 matrix capability (currently limited to 8x8 matrices)
  9. Low priority
  10. ============
  11. Add matrix-to-layout transform array (to decouple matrix from layout)
  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