From 958acc95a6e922959db32e8121decbc4bdce4741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 6 Apr 2016 03:28:38 +0200 Subject: [PATCH] Update README.md --- config-serializer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-serializer/README.md b/config-serializer/README.md index 6a00b221..817a6101 100644 --- a/config-serializer/README.md +++ b/config-serializer/README.md @@ -2,7 +2,7 @@ This directory contains the configuration serializer of Agent. -The configuration of the UHK is unusually complex for a keyboard, composed of a number of items of different types, including keymaps, layers, macros, and the like. This is a supposed to be a short guide for the aspiring hacker. Let's get right into it! +The configuration of the UHK is unusually complex for a keyboard, and is composed of a number of items of different types, including keymaps, layers, macros, and the like. This is a supposed to be a short guide for the aspiring hacker. Let's get right into it! ## Configuration representations @@ -14,7 +14,7 @@ The **TypeScript representation** is structurally similar to the JavaScript repr The **binary representation** is meant to be written to, and read from the EEPROM of the UHK. It's designed to be very compact in order to maximize the use of the 32kbyte EEPROM space. -## Configuration types +## Configuration item types Each configuration item belongs to a specific type. The following types are available: