Kaleidoscope
|
Go to the source code of this file.
Classes | |
class | kaleidoscope::TapDance |
Namespaces | |
kaleidoscope | |
Macros | |
#define | TD(n) (Key) {.raw = kaleidoscope::ranges::TD_FIRST + n } |
#define | tapDanceActionKeys(tap_count, tap_dance_action, ...) |
Functions | |
void | tapDanceAction (uint8_t tap_dance_index, byte row, byte col, uint8_t tap_count, kaleidoscope::TapDance::ActionType tap_dance_action) |
Variables | |
kaleidoscope::TapDance | TapDance |
#define tapDanceActionKeys | ( | tap_count, | |
tap_dance_action, | |||
... | |||
) |
#define TD | ( | n | ) | (Key) {.raw = kaleidoscope::ranges::TD_FIRST + n } |
void tapDanceAction | ( | uint8_t | tap_dance_index, |
byte | row, | ||
byte | col, | ||
uint8_t | tap_count, | ||
kaleidoscope::TapDance::ActionType | tap_dance_action | ||
) |
kaleidoscope::TapDance TapDance |