X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2Fmatrix%2Fmatrix_template.h;fp=Scan%2Fmatrix%2Fmatrix_template.h;h=719fd0a80b285894eece09dc0279a6140af230e6;hb=6da1558b78247ed2aabc1c9ef48b03f1ff63b9b1;hp=1573af4b3f036cc1bc2c5e5d646d213f73795d2f;hpb=a31f0e064a339b16066c5fd4b22a37eec193e5c9;p=kiibohd-controller.git diff --git a/Scan/matrix/matrix_template.h b/Scan/matrix/matrix_template.h index 1573af4..719fd0a 100644 --- a/Scan/matrix/matrix_template.h +++ b/Scan/matrix/matrix_template.h @@ -38,7 +38,7 @@ // -- Example for scanCol -- /* -#define KEYBOARD_SIZE 16 // # of keys +#define KEYBOARD_KEYS 16 // # of keys #define MAX_ROW_SIZE 16 // # of keys in the largest row #define MAX_COL_SIZE 1 // # of keys in the largest column */ @@ -46,7 +46,7 @@ // -- Example for scanRow -- /* -#define KEYBOARD_SIZE 16 // # of keys +#define KEYBOARD_KEYS 16 // # of keys #define MAX_ROW_SIZE 1 // # of keys in the largest row #define MAX_COL_SIZE 16 // # of keys in the largest column */ @@ -54,7 +54,7 @@ // -- Example for scanRow_powrCol, scanCol_powrRow, and scanDual -- /* -#define KEYBOARD_SIZE 69 // # of keys +#define KEYBOARD_KEYS 69 // # of keys #define MAX_ROW_SIZE 8 // # of keys in the largest row #define MAX_COL_SIZE 9 // # of keys in the largest column */