From 10256b4ecedd7e24837ac1e8fbcdbc66a767e7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 6 Feb 2016 02:39:27 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1d2d6b..252ae47 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Initially, the low-level functionality has to be implemented, such as: Next up, the features of the AVR firmware should to be ported by using an FRDM-K0[235]Z dev board acting as the left keyboard half: * Make the left half send keypress events to the right half via UART. - * Implement a 2x2 keyboard matrix on for the dev boards and make it work in the firmware - make the keypresses send keycodes to the host or move the mouse. + * Breadboard a 2x2 keyboard matrix wired per dev board and make them work in the firmware. Make the keypresses send keycodes to the host or move the mouse. Finally, implement all the advanced features, such as: - * Receive USB control request to read and write the EEPROM. + * Send USB control request to write the EEPROM. + * Read the EEPROM via the raw HID interface. * Parse the content of the EEPROM to extract keymaps, macros, and other configuration information.