Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/58/head
parent
d2ba853594
commit
516d617cce
@ -0,0 +1,9 @@
|
|||||||
|
name=Keyboardio-Macros
|
||||||
|
version=0.0.1
|
||||||
|
author=Jesse Vincent
|
||||||
|
maintainer=Jesse Vincent <jesse@keyboard.io>
|
||||||
|
sentence=Macro keys for Keyboardio boards.
|
||||||
|
paragraph=...
|
||||||
|
category=Communication
|
||||||
|
url=https://github.com/keyboardio/KeyboardioFirmware
|
||||||
|
architectures=avr
|
@ -1,5 +1,4 @@
|
|||||||
#include "Macros.h"
|
#include "Keyboardio-Macros.h"
|
||||||
#include "hooks.h"
|
|
||||||
|
|
||||||
__attribute__((weak))
|
__attribute__((weak))
|
||||||
void
|
void
|
@ -1,7 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <KeyboardioFirmware.h>
|
||||||
#include "key_defs.h"
|
|
||||||
|
|
||||||
#define IS_MACRO B00000001
|
#define IS_MACRO B00000001
|
||||||
|
|
Loading…
Reference in new issue