The mousekeys are not specific to the Model01, name it after Keyboardio instead, as suggested by @obra. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/53/head
parent
08acf2ef17
commit
584e27899f
@ -1,8 +1,8 @@
|
|||||||
name=Model01-MouseKeys
|
name=Keyboardio-MouseKeys
|
||||||
version=0.0.1
|
version=0.0.1
|
||||||
author=Jesse Vincent
|
author=Jesse Vincent
|
||||||
maintainer=Jesse Vincent <jesse@keyboard.io>
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
sentence=Mouse keys for the Keyboardio Model 01.
|
sentence=Mouse keys for Keyboardio boards.
|
||||||
paragraph=...
|
paragraph=...
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/keyboardio/KeyboardioFirmware
|
url=https://github.com/keyboardio/KeyboardioFirmware
|
@ -1,6 +1,6 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#include "MouseKeys.h"
|
#include "Keyboardio-MouseKeys.h"
|
||||||
#include "MouseWrapper.h"
|
#include "MouseWrapper.h"
|
||||||
#include "KeyboardioFirmware.h"
|
#include "KeyboardioFirmware.h"
|
||||||
|
|
Loading…
Reference in new issue