config.h 87 B

1234567
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #define MATRIX_ROWS 1
  4. #define MATRIX_COLS 1
  5. #endif