From 33a1fd6c342b1dc07ce5953b5788e3a6f38d1422 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 25 Jul 2017 14:55:01 -0700 Subject: [PATCH] Update README to match new hid facade --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c1a31ba..f70ed301 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ plugin: ```c++ #include #include +#include // somewhere in the keymap... OSM(LeftControl), OSL(_FN) @@ -79,7 +80,7 @@ modifiers and one-shot layer keys. It has the following methods and properties: ### `.isModifierActive(key)` > Returns if the modifier `key` has a one-shot state active. Use this together -> with `Keyboard.isModifierActive` to catch cases where a one-shot modifier is +> with `hid::isModifierKeyActive` to catch cases where a one-shot modifier is > active, but not registered yet. ### `.cancel([with_stickies])`