Prototype Chromebox modifications and schema pictures
[clinton/arduino-kodi-ir-keyboard.git] / README.md
index 0fcdb48..e5628c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,25 @@
 # arduino-kodi-ir-keyboard
-Kodi optimized infrared USB keyboard for an Asus Chromebox running openELEC 
+Kodi optimized infrared USB keyboard for an Asus Chromebox running openELEC.
+
+IR device: Logitech Harmony 880 with remote profile: 'Panasonic TV TX-43CXW754'
+
+Tested with: 
+- Arduino Leonardo & SparkFun Pro Micro, ATmega32u4 (5V, 16MHz)
+- Arduino IDE 1.6.7
+- [HID Project](https://github.com/NicoHood/HID "HID Project") 2.4.3
+- [IRLremote](https://github.com/NicoHood/IRLremote "IRLremote") 1.7.4
+
+## Features
+- Full Kodi control (at least what I use ;)
+- Power on / off with Chromebox hardware modification
+- Key repeat
+- Boot protocol mode (tested on a MacMini)
+
+## Issues
+- Watch dog reset doesn't work, according to Google this is most likely an Arduino bootloader bug.
+- KEY_QUOTE doesn't work with non-us keyboard layout
+  
+## TODO
+- CTRL+D / CTRL+W key commands for boot selection 
+- sleep / wakeup (IF openELEC supports it)