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.

преди 8 години
123456789101112131415161718192021222324252627282930313233
  1. # Change Log
  2. All notable changes to the keybrd project will be documented in this file.
  3. This project adheres to [Semantic Versioning 2.0.0](http://semver.org/).
  4. Version 0.x.x is for initial development. The public API should not be considered stable.
  5. Version 1.0.0 will be released when the public API is stable.
  6. ## [Unreleased][unreleased]
  7. ## [0.3.0] - 2016-05-09
  8. ### Changed
  9. * Restructured the project directory to conform to Arduino library manager specifications
  10. * Moved keybrd_DH library extension (DodoHand) to its own repository
  11. * Moved sketches to examples directory
  12. * Replaced Key_Layered dependency on LayerManager with StateLayers class
  13. ### Added
  14. * tutorials
  15. ## [0.2.0] - 2016-02-25
  16. ### Added
  17. * Port classes for micro-controllers and I/O expanders
  18. * DH_2565 sketch with DataHand layout
  19. * Sticky mouse button (SMB) for DataHand layout
  20. * Supporting documentation
  21. ## [0.1.0] - 2015-02-10
  22. ### Added
  23. * The library runs on Teensy 2.0 microcontroller and MCP23018 I/O expander
  24. * Limited to 8x8 matrix, which is enough for compact or split keyboards
  25. * First draft of supporting documentation
  26. * Example keybrd sketches for single-layer, multi-layer, and DataHand layer schemes