summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsilla Nagyné Martinák <csilla@csillger.hu>2017-10-03 10:27:29 +0200
committerCsilla Nagyné Martinák <csilla@csillger.hu>2017-10-03 10:27:29 +0200
commit22f5337c796ce19c38501916a8d52d5a33429da7 (patch)
treef3133ca006383e15f08e07e54d4ba31b64d78db2
parent1f614f52c2a5052184e89f462a57e7fe9ae13076 (diff)
downloadmodel01-firmware-22f5337c796ce19c38501916a8d52d5a33429da7.tar.gz
model01-firmware-22f5337c796ce19c38501916a8d52d5a33429da7.tar.bz2
model01-firmware-22f5337c796ce19c38501916a8d52d5a33429da7.zip
Remove the NULL from the end of Kaleidoscope.use
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 <csilla@csillger.hu>
-rw-r--r--Model01-Firmware.ino4
1 files 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