From 22f5337c796ce19c38501916a8d52d5a33429da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csilla=20Nagyn=C3=A9=20Martin=C3=A1k?= Date: Tue, 3 Oct 2017 10:27:29 +0200 Subject: Remove the NULL from the end of Kaleidoscope.use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For a while now, `Kaleidoscope.use` does not require a NULL sentinel at the end. This drops the sentinel instead of adding documentation that would explain why that NULL is there. Signed-off-by: Csilla Nagyné Martinák --- Model01-Firmware.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index b68338f..928b933 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -292,8 +292,8 @@ void setup() { &Macros, // The MouseKeys plugin lets you add keys to your keymap which move the mouse. - &MouseKeys, - NULL); + &MouseKeys + ); // While we hope to improve this in the future, the NumLock plugin // needs to be explicitly told which keymap layer is your numpad layer -- cgit v1.2.3