Simone: a game of visual memory and speed
keyboard_t Struct Reference

Structure to define the keyboard key mapping and related information. More...

#include <keyboards.h>

Data Fields

uint8_t num_rows
 
uint8_t num_cols
 
char null_key
 
const char * keys
 

Detailed Description

Structure to define the keyboard key mapping and related information.

Field Documentation

◆ keys

const char* keyboard_t::keys

Pointer to the keyboard layout matrix

◆ null_key

char keyboard_t::null_key

Character to represent no key pressed

◆ num_cols

uint8_t keyboard_t::num_cols

Number of columns in the keyboard matrix

◆ num_rows

uint8_t keyboard_t::num_rows

Number of rows in the keyboard matrix


The documentation for this struct was generated from the following file: