-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name=PS2KeyAdvanced | ||
version=1.0.7 | ||
version=1.0.8 | ||
author=Paul Carpenter <[email protected]> | ||
maintainer=Paul Carpenter <[email protected]> | ||
sentence=PS2 keyboard FULL control and ALL keys processing, as well as LED control. | ||
paragraph=Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards. | ||
category=Other | ||
url=https://github.com/techpaul/PS2KeyAdvanced.git | ||
architectures=avr,sam,samd1 | ||
architectures=avr,sam,samd1,stm32 | ||
includes=PS2KeyAdvanced.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Version V1.0.7 | ||
/* Version V1.0.8 | ||
PS2KeyAdvanced.cpp - PS2KeyAdvanced library | ||
Copyright (c) 2007 Free Software Foundation. All right reserved. | ||
Written by Paul Carpenter, PC Services <[email protected]> | ||
|
@@ -8,6 +8,8 @@ | |
and additional platform handling and some documentation | ||
March 2020 Add SAMD1 as recognised support as has been tested by user | ||
Improve different architecture handling | ||
November 2020 Add support for STM32 from user Hiabuto-de | ||
Tested on STM32Duino-Framework and PlatformIO on STM32F103C8T6 and an IBM Model M | ||
IMPORTANT WARNING | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Version V1.0.7 | ||
/* Version V1.0.8 | ||
PS2KeyAdvanced.h - PS2KeyAdvanced library | ||
Copyright (c) 2007 Free Software Foundation. All right reserved. | ||
Written by Paul Carpenter, PC Services <[email protected]> | ||
|
@@ -8,6 +8,8 @@ | |
and additional platform handling and some documentation | ||
March 2020 Add SAMD1 as recognised support as has been tested by user | ||
Improve different architecture handling | ||
November 2020 Add support for STM32 from user Hiabuto-de | ||
Tested on STM32Duino-Framework and PlatformIO on STM32F103C8T6 and an IBM Model M | ||
IMPORTANT WARNING | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Version V1.0.7 | ||
/* Version V1.0.8 | ||
PS2KeyCode.h - PS2KeyAdvanced library Internal actual PS2 key code sequences | ||
Copyright (c) 2007 Free Software Foundation. All right reserved. | ||
Written by Paul Carpenter, PC Services <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Version V1.0.7 | ||
/* Version V1.0.8 | ||
PS2KeyTable.h - PS2KeyAdvanced library keycode values to return values | ||
Copyright (c) 2007 Free Software Foundation. All right reserved. | ||
Written by Paul Carpenter, PC Services <[email protected]> | ||
|