Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Apr 8, 2021
1 parent f2a8d76 commit 4bf6cd6
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.7.0
Arduino HID Project 2.8.0
=========================

![Header Picture](header.jpg)
Expand Down Expand Up @@ -53,6 +53,9 @@ www.nicohood.de
Version History
===============
```
2.8.0 Release (08.04.2021)
* Added lots of keyboard layout languages (Thanks @SukkoPera)
2.7.0 Release (06.03.2021)
* Fix SAMD compilation #244
* Added support for Italien Keymap #231
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.7.0
version=2.8.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 270
#define HID_PROJECT_VERSION 280

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

0 comments on commit 4bf6cd6

Please sign in to comment.