From ea948a1f2c1633d3f2ba9bf79af3af73fd036d6b Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Thu, 18 Jan 2018 16:32:26 -0500 Subject: [PATCH] trying out some different stuff --- keyboards/_xmega/config.h | 4 ++-- keyboards/_xmega/rules.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/_xmega/config.h b/keyboards/_xmega/config.h index 3a18abecc3f..b5b9538d69b 100644 --- a/keyboards/_xmega/config.h +++ b/keyboards/_xmega/config.h @@ -16,8 +16,8 @@ #define MATRIX_COLS 1 /* key matrix pins */ -#define MATRIX_ROW_PINS { D0} -#define MATRIX_COL_PINS { F0 } +#define MATRIX_ROW_PINS { D0 } +#define MATRIX_COL_PINS { A0 } #define UNUSED_PINS /* COL2ROW or ROW2COL */ diff --git a/keyboards/_xmega/rules.mk b/keyboards/_xmega/rules.mk index 99655392c6d..22a50ae8061 100644 --- a/keyboards/_xmega/rules.mk +++ b/keyboards/_xmega/rules.mk @@ -31,7 +31,7 @@ ARCH = XMEGA # # If no clock division is performed on the input clock inside the AVR (via the # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. -F_USB = 12000000 +F_USB = 48000000 # Interrupt driven control endpoint task(+60) OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT