Kaleidoscope
|
Namespaces | |
kaleidoscope | |
Macros | |
#define | isTapDance(k) (k.raw >= ranges::TD_FIRST && k.raw <= ranges::TD_LAST) |
#define | isInSeq(k) (last_tap_dance_key_.raw == k.raw) |
#define | stillHeld(idx) (tap_count_[idx]) |
#define | isActive() (last_tap_dance_key_.raw != Key_NoKey.raw) |
Functions | |
__attribute__ ((weak)) void tapDanceAction(uint8_t tap_dance_index | |
Variables | |
byte | row |
byte byte | col |
byte byte uint8_t | tap_count |
byte byte uint8_t kaleidoscope::TapDance::ActionType | tap_dance_action |
#define isActive | ( | ) | (last_tap_dance_key_.raw != Key_NoKey.raw) |
#define isInSeq | ( | k | ) | (last_tap_dance_key_.raw == k.raw) |
#define isTapDance | ( | k | ) | (k.raw >= ranges::TD_FIRST && k.raw <= ranges::TD_LAST) |
#define stillHeld | ( | idx | ) | (tap_count_[idx]) |
__attribute__ | ( | (weak) | ) |
byte byte col |
byte row |
byte byte uint8_t tap_count |
byte byte uint8_t kaleidoscope::TapDance::ActionType tap_dance_action |