Rename Model01-MouseKeys to Keyboardio-MouseKeys

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
Gergely Nagy 8 years ago
parent 08acf2ef17
commit 584e27899f

@ -4,7 +4,7 @@
#define DEBUG_SERIAL false
#include "MouseKeys.h"
#include "Keyboardio-MouseKeys.h"
#include "KeyboardioFirmware.h"
#include "generated/keymaps.h"

@ -1,8 +1,8 @@
name=Model01-MouseKeys
name=Keyboardio-MouseKeys
version=0.0.1
author=Jesse Vincent
maintainer=Jesse Vincent <jesse@keyboard.io>
sentence=Mouse keys for the Keyboardio Model 01.
sentence=Mouse keys for Keyboardio boards.
paragraph=...
category=Communication
url=https://github.com/keyboardio/KeyboardioFirmware

@ -1,6 +1,6 @@
#include <Arduino.h>
#include "MouseKeys.h"
#include "Keyboardio-MouseKeys.h"
#include "MouseWrapper.h"
#include "KeyboardioFirmware.h"
Loading…
Cancel
Save