Add firmware for the key cluster module based on the firmware of the left keyboard half.

This commit is contained in:
László Monda
2019-05-15 22:58:05 +02:00
parent 8f98bf3d2f
commit b92bf86b99
26 changed files with 1273 additions and 0 deletions

17
keycluster/src/main.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef __MAIN_H__
#define __MAIN_H__
// Includes:
#include "key_matrix.h"
// Macros:
#define KEYBOARD_MATRIX_COLS_NUM 7
#define KEYBOARD_MATRIX_ROWS_NUM 5
// Variables:
extern key_matrix_t keyMatrix;
#endif