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>
This commit is contained in:
parent
1f614f52c2
commit
22f5337c79
@ -292,8 +292,8 @@ void setup() {
|
|||||||
&Macros,
|
&Macros,
|
||||||
|
|
||||||
// The MouseKeys plugin lets you add keys to your keymap which move the mouse.
|
// The MouseKeys plugin lets you add keys to your keymap which move the mouse.
|
||||||
&MouseKeys,
|
&MouseKeys
|
||||||
NULL);
|
);
|
||||||
|
|
||||||
// While we hope to improve this in the future, the NumLock plugin
|
// While we hope to improve this in the future, the NumLock plugin
|
||||||
// needs to be explicitly told which keymap layer is your numpad layer
|
// needs to be explicitly told which keymap layer is your numpad layer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user