-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
a00649c
commit 3e2fb7e
Showing
1 changed file
with
7 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,23 @@ OpenSource Keyboard for Xbox 360 Chatpad<br> | |
<br><br> | ||
This code convert the matrix pressed keys in pure serial uart codes that you can use with microcontrollers. | ||
- Support Blacklight with auto fade OFF/ON. | ||
- Support most common baut rates | ||
- Support most common baud rates: 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200 | ||
|
||
Funcion keys:<br> | ||
- Chatkey turn blacklight ON/OFF ON=fade out in 2 seconds<br> | ||
- Shift, Orange an Green keys works with all chars.<br> | ||
- The Orange Z and X keys was replaced by ESC and TAB.<br> | ||
<br> | ||
Keyboard power ON options:<br> | ||
- key 1 change baut rate.<br> | ||
- key 0 Reset to defaults, baut rate=4800, blacklight=off.<br> | ||
- key 9 print about text.<br> | ||
- key 1 change baud rate.<br> | ||
- key 0 Reset to defaults, baud rate=4800, blacklight=off.<br> | ||
- key 2 print about text with version.<br> | ||
<br> | ||
This source code support the original: PIC16F883 and a alternative compatible pinout: PIC18F26k20.<br> | ||
If you have the microsoft chip, you can replace it with one of this PIC's.<br> | ||
To compile use Mikroc in https://www.mikroe.com/mikroc-pic or get the hex files in the hex folder. | ||
<br><br> | ||
Please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=PT&no_note=0&item_name=Open+Source+Software&cn=&curency_code=EUR&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">donate</a> to support this and other projects | ||
Thank you! | ||
<br><br> | ||
Happy hacking!!! |