AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
pedal_config.h
Go to the documentation of this file.
1#pragma once
2#include "i_ble_keyboard.h"
3#include "profile_manager.h"
4
Interface for Bluetooth LE keyboard functionality.
Manages up to MAX_PROFILES profiles with LED feedback.
ProfileManager * profileManager
Definition main.cpp:72
bool configureProfiles(ProfileManager &profileManager, IBleKeyboard *keyboard)
Loads pedal profiles from file, falling back to DEFAULT_CONFIG on failure.