|
Kaleidoscope
|
#include <TapDance.h>


Public Types | |
| enum | ActionType { Tap, Hold, Interrupt, Timeout, Release } |
Public Member Functions | |
| TapDance (void) | |
| void | begin (void) final |
| void | actionKeys (uint8_t tap_count, ActionType tap_dance_action, uint8_t max_keys, const Key tap_keys[]) |
Static Public Attributes | |
| static uint16_t | time_out = 200 |
| kaleidoscope::TapDance::TapDance | ( | void | ) |
| void kaleidoscope::TapDance::actionKeys | ( | uint8_t | tap_count, |
| ActionType | tap_dance_action, | ||
| uint8_t | max_keys, | ||
| const Key | tap_keys[] | ||
| ) |
|
finalvirtual |
Implements KaleidoscopePlugin.
|
static |
1.8.13