From 6be3cc001008c60165e948ae20b8ef8092447ab5 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 5 Jun 2017 10:59:11 +0200 Subject: [PATCH] README.md: Update the documentation Refer to modifiers with their new names, and to Kaleidoscope as such (as opposed to KaleidoscopeFirmware, a remnant of KeyboardioFirmware, I suppose). Signed-off-by: Gergely Nagy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdb34d44..3d03cced 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,16 @@ There are two macros the plugin provides: ### `OSM(mod)` -> A macro that takes a single argument, the name of the modifier: `LCtrl`, -> `LShift`, `LAlt`, `LGUI` or their right-side variant. When marked up with this -> macro, the modifier will act as a one-shot modifier. +> A macro that takes a single argument, the name of the modifier: `LeftCtrl`, +> `LeftShift`, `LeftAlt`, `LeftGUI` or their right-side variant. When marked up +> with this macro, the modifier will act as a one-shot modifier. ### `OSL(layer)` > Takes a layer number as argument, and sets up the key to act as a one-shot > layer key. > -> Please note that while `KaleidoscopeFirmware` supports more, one-shot layers are +> Please note that while `Kaleidoscope` supports more, one-shot layers are > limited to 24 layers only. ## Plugin methods