Archived
1
0
This commit is contained in:
wolfv6 2016-11-20 10:34:40 -07:00
parent 6bc75afe1b
commit 09641ec6ed
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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",

View File

@ -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.