From d4b5d0095f49280727975745940ad51d0baac145 Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Sun, 2 Nov 2008 15:27:19 +0000 Subject: [PATCH] fixed indentation --- firmware/modelsuntype5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/modelsuntype5.c b/firmware/modelsuntype5.c index 00069e8..ff8b729 100644 --- a/firmware/modelsuntype5.c +++ b/firmware/modelsuntype5.c @@ -155,7 +155,7 @@ const uint8_t PROGMEM keymatrix[22][13] = { * \sa keymatrix */ const uint8_t PROGMEM modmatrix[22][13] = { // contains positions of modifiers in the matrix - // 0 1 2 3 4 5 6 7 8 9 10 11 12 + // 0 1 2 3 4 5 6 7 8 9 10 11 12 {MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE}, // 0 {MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE}, // 1 {MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE, MOD_NONE}, // 2 @@ -241,7 +241,7 @@ uint8_t scankeys(uint8_t* reportBuffer, uint8_t* oldReportBuffer, uint8_t sizeOf } if (debounce == 1) { if (memcmp(oldmatrix, curmatrix, sizeof(curmatrix)) != 0) { - // printMatrix(); + //printMatrix(); memcpy(oldmatrix, curmatrix, sizeof(curmatrix)); } // debounce counter expired, create report