Kaleidoscope
Macros | Functions | Variables
key_events.h File Reference
#include <Arduino.h>
#include "key_defs.h"
#include "keyswitch_state.h"
Include dependency graph for key_events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UNKNOWN_KEYSWITCH_LOCATION   255,255
 

Functions

void handleKeyswitchEvent (Key mappedKey, byte row, byte col, uint8_t keyState)
 

Variables

const Key keymaps [][ROWS][COLS]
 

Macro Definition Documentation

◆ UNKNOWN_KEYSWITCH_LOCATION

#define UNKNOWN_KEYSWITCH_LOCATION   255,255

Function Documentation

◆ handleKeyswitchEvent()

void handleKeyswitchEvent ( Key  mappedKey,
byte  row,
byte  col,
uint8_t  keyState 
)

Variable Documentation

◆ keymaps

const Key keymaps[][ROWS][COLS]