document
This commit is contained in:
parent
6bc75afe1b
commit
09641ec6ed
@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning 2.0.0](http://semver.org/).
|
||||
keybrd version 0.x.x is for initial development.
|
||||
keybrd version 1.0.0 will be released when the public API is stable.
|
||||
|
||||
0.6.6 (2016-11-16)
|
||||
------------------
|
||||
* Enhancements
|
||||
* rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT
|
||||
* change #include <keybrd library file> angle bracket to double quotes
|
||||
|
||||
0.6.5 (2016-11-16)
|
||||
------------------
|
||||
* Enhancements
|
||||
|
@ -147,7 +147,7 @@ Development-environment items to check:
|
||||
```
|
||||
'KEY_A' was not declared in this scope
|
||||
```
|
||||
Where 'KEY_A' could be any scan code.
|
||||
Where 'KEY_A' could be any scancode.
|
||||
Fix this error from the Arduino IDE tool bar: Tools > USB Type > Keyboard + Mouse + Joystick
|
||||
|
||||
* If last line in Arduino IDE says "Low memory available",
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=keybrd
|
||||
version=0.6.5
|
||||
version=0.6.6
|
||||
author=Wolfram Volpi
|
||||
maintainer=Wolfram Volpi
|
||||
sentence=A library for creating custom-keyboard firmware.
|
||||
|
Reference in New Issue
Block a user