The Big Rename

Renamed the library to Kaleidoscope-Macros, and followed up with other renames.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent ae762ee9c7
commit e38836a7bb

@ -1,5 +1,5 @@
# Keyboardio-Macros # Kaleidoscope-Macros
This is a plugin for [KeyboardioFirmware][fw], that adds support for macros. This is a plugin for [Kaleidoscope][fw], that adds support for macros.
[fw]: https://github.com/keyboardio/KeyboardioFirmware [fw]: https://github.com/keyboardio/Kaleidoscope

@ -1,10 +1,10 @@
name=Keyboardio-Macros name=Kaleidoscope-Macros
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=Macro keys for Keyboardio boards. sentence=Macro keys for Kaleidoscope.
paragraph=... paragraph=...
category=Communication category=Communication
url=https://github.com/keyboardio/Keyboardio-Macros url=https://github.com/keyboardio/Kaleidoscope-Macros
architectures=avr architectures=avr
dot_a_linkage=true dot_a_linkage=true

@ -1,4 +1,4 @@
#include "Keyboardio-Macros.h" #include "Kaleidoscope-Macros.h"
__attribute__((weak)) __attribute__((weak))
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) { const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {

@ -1,13 +1,13 @@
#pragma once #pragma once
#include <KeyboardioFirmware.h> #include <Kaleidoscope.h>
#include "MacroKeyDefs.h" #include "MacroKeyDefs.h"
#include "MacroSteps.h" #include "MacroSteps.h"
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState); const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState);
class Macros_ : public KeyboardioPlugin { class Macros_ : public KaleidoscopePlugin {
public: public:
Macros_(void); Macros_(void);
Loading…
Cancel
Save