Default configuration. More...
Default configuration.
Definition in file matrix_keypad_params.h.
 Include dependency graph for matrix_keypad_params.h:Go to the source code of this file.
Variables | |
| static const matrix_keypad_params_t | matrix_keypad_params [] | 
| Configuration struct.  More... | |
Set default configuration parameters | |
| #define | MATRIX_KEYPAD_PARAM_ROWS { GPIO_PIN(0, 0), GPIO_PIN(0, 1) } | 
| Number of configured rows.  | |
| #define | MATRIX_KEYPAD_PARAM_COLUMNS { GPIO_PIN(0, 2), GPIO_PIN(0, 3) } | 
| Number of configured columns.  | |
| #define | MATRIX_KEYPAD_PARAM_ROW2COL_DELAY 1 | 
| Delay between switching the row state and reading the columns.  | |
| #define | MATRIX_KEYPAD_PARAMS | 
| Default param configuration.  More... | |
| #define MATRIX_KEYPAD_PARAMS | 
Default param configuration.
Definition at line 58 of file matrix_keypad_params.h.
      
  | 
  static | 
Configuration struct.
Definition at line 69 of file matrix_keypad_params.h.