mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
11 lines
309 B
C
11 lines
309 B
C
#pragma once
|
|
#include "../dtmf_dolphin_event.h"
|
|
#include "../dtmf_dolphin_data.h"
|
|
#include "../dtmf_dolphin_audio.h"
|
|
|
|
#define DTMF_DOLPHIN_NUMPAD_X 1
|
|
#define DTMF_DOLPHIN_NUMPAD_Y 14
|
|
#define DTMF_DOLPHIN_BUTTON_WIDTH 13
|
|
#define DTMF_DOLPHIN_BUTTON_HEIGHT 13
|
|
#define DTMF_DOLPHIN_BUTTON_PADDING 1 // all sides
|