Merge pull request #15 from martinakcsilla/use-does-not-need-sentinel
Remove the NULL from the end of Kaleidoscope.use
This commit is contained in:
commit
fbcf8c4ec6
@ -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