]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ps2avrGB/matrix.c
added bfake support as a subproject (#1903)
[qmk_firmware.git] / keyboards / ps2avrGB / matrix.c
index 140026013f021509ede9245feea98f796ff860b1..57aa36b5ff749f8dae2b293a95edcf2ef8fec177 100644 (file)
@@ -21,7 +21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "matrix.h"
 
 #ifndef DEBOUNCE
-#   define DEBOUNCE    5
+#define DEBOUNCE       5
 #endif
 
 static uint8_t debouncing = DEBOUNCE;