From 873f2d666588211c6d81d95c05cf022519656b13 Mon Sep 17 00:00:00 2001 From: Manassarn Manoonchai Date: Sun, 12 Sep 2021 07:47:41 +0000 Subject: [PATCH] Update readme --- README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4c8e90d..de722d3 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,8 @@ Modify, and generate keyboard layout from single JSON file. Built with TypeScrip ## Features -- [ ] Validate JSON layout (See example files in [`input`](./input)) -- [ ] Generate layout files - - [ ] `.keylayout` (macOS) - - [ ] `.klc` (Windows) - - [ ] XKB (Linux) - - [ ] etc - -## Layout JSON Format (TODO) - -- Basic information - - `name` - - `version` - - `language` -- Layout data - - `keys` - - `layers` +- Validate JSON layout (See example files in [`input`](./input)) +- Generate layout files + - `.keylayout` (macOS) + - `.klc` (Windows) + - XKB (Linux)