Skip to content

Commit 4bf6cd6

Browse files
committed
Release 2.8.0
1 parent f2a8d76 commit 4bf6cd6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Arduino HID Project 2.7.0
1+
Arduino HID Project 2.8.0
22
=========================
33

44
![Header Picture](header.jpg)
@@ -53,6 +53,9 @@ www.nicohood.de
5353
Version History
5454
===============
5555
```
56+
2.8.0 Release (08.04.2021)
57+
* Added lots of keyboard layout languages (Thanks @SukkoPera)
58+
5659
2.7.0 Release (06.03.2021)
5760
* Fix SAMD compilation #244
5861
* Added support for Italien Keymap #231

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=HID-Project
2-
version=2.7.0
2+
version=2.8.0
33
author=NicoHood
44
maintainer=NicoHood <blog@NicoHood.de>
55
sentence=Extended HID Functions for Arduino

src/HID-Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ THE SOFTWARE.
2525
#pragma once
2626

2727
// Software version
28-
#define HID_PROJECT_VERSION 270
28+
#define HID_PROJECT_VERSION 280
2929

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

0 commit comments

Comments
 (0)