Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Apr 16, 2019
1 parent cc946b9 commit ac8ef70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Arduino HID Project 2.5.0
Arduino HID Project 2.6.0
=========================

![Header Picture](header.jpg)
Expand Down Expand Up @@ -52,6 +52,9 @@ www.nicohood.de
Version History
===============
```
2.6.0 Release (16.04.2019)
* Added generic keyboard layout support #168
2.5.0 Release (15.09.2018)
* Ported to SAMD architecture #146
* Fixed bad keyboard report issue #148
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HID-Project
version=2.5.0
version=2.6.0
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=Extended HID Functions for Arduino
Expand Down
2 changes: 1 addition & 1 deletion src/HID-Project.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software version
#define HID_PROJECT_VERSION 250
#define HID_PROJECT_VERSION 260

#if ARDUINO < 10607
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
Expand Down

0 comments on commit ac8ef70

Please sign in to comment.