Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Mar 6, 2021
1 parent 499bbba commit 623bcda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Arduino HID Project 2.6.2
Arduino HID Project 2.7.0
=========================

![Header Picture](header.jpg)
Expand Down Expand Up @@ -53,6 +53,11 @@ www.nicohood.de
Version History
===============
```
2.7.0 Release (06.03.2021)
* Fix SAMD compilation #244
* Added support for Italien Keymap #231
* Changed: Use a fixed definion of keycodes and add language specific variants
2.6.2 Release (24.12.2020)
* Fix SAMD alignment #211
* Fix asciimap size check #228
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.6.2
version=2.7.0
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=Extended HID Functions for Arduino
Expand Down
4 changes: 2 additions & 2 deletions src/HID-Project.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2014-2015 NicoHood
Copyright (c) 2014-2021 NicoHood
See the readme for credit to other people.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software version
#define HID_PROJECT_VERSION 262
#define HID_PROJECT_VERSION 270

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

0 comments on commit 623bcda

Please sign in to comment.