Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinuxdotnet authored Apr 16, 2021
1 parent a00649c commit 3e2fb7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!

0 comments on commit 3e2fb7e

Please sign in to comment.