Browse Source

trying out some different stuff

xmega_support
Jack Humbert 6 years ago
parent
commit
ea948a1f2c
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      keyboards/_xmega/config.h
  2. +1
    -1
      keyboards/_xmega/rules.mk

+ 2
- 2
keyboards/_xmega/config.h View File

@ -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 */


+ 1
- 1
keyboards/_xmega/rules.mk View File

@ -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


Loading…
Cancel
Save