AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
key_lookup.h
Go to the documentation of this file.
1#pragma once
2
3#include "action.h"
4#include "i_ble_keyboard.h"
5#include <cstdint>
6
13Action::Type lookupActionType(const char* name);
14
21uint8_t lookupKey(const char* name);
22
29const uint8_t* lookupMediaKey(const char* name);
const uint8_t * lookupMediaKey(const char *name)
Looks up a media key report by name.
uint8_t lookupKey(const char *name)
Looks up a key code by name.
Action::Type lookupActionType(const char *name)
Looks up an action type by name.