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 "hooks.h"
|
||||
#include "Keyboardio-Macros.h"
|
||||
|
||||
__attribute__((weak))
|
||||
void
|
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "key_defs.h"
|
||||
#include <KeyboardioFirmware.h>
|
||||
|
||||
#define IS_MACRO B00000001
|
||||
|
Loading…
Reference in new issue