summaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB/matrix.c
diff options
context:
space:
mode:
authorSebastian Kaim <Sebb767@users.noreply.github.com>2017-10-26 01:01:02 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-26 01:01:02 +0200
commit7b754e1a5a902abd51ad314c68ef1606d89adf95 (patch)
treeeb8fecbc71b42df565a4ebe0f82f8c196935ef4e /keyboards/ps2avrGB/matrix.c
parenta3f53aeaa12e6e6ce9b5087ded35f5e3af4f3190 (diff)
downloadqmk_firmware-7b754e1a5a902abd51ad314c68ef1606d89adf95.tar.gz
qmk_firmware-7b754e1a5a902abd51ad314c68ef1606d89adf95.tar.xz
added bfake support as a subproject (#1903)
* added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap
Diffstat (limited to 'keyboards/ps2avrGB/matrix.c')
-rw-r--r--keyboards/ps2avrGB/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c
index 140026013..57aa36b5f 100644
--- a/keyboards/ps2avrGB/matrix.c
+++ b/keyboards/ps2avrGB/matrix.c
@@ -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;