diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 16:19:10 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 16:19:10 -0700 |
commit | 19fd20261b895a6848c8b15fd7365d5b87b7fd72 (patch) | |
tree | f48494127dc3cb5c96e7f55725bc64d4e9e4e269 /keyboards/frosty_flake/rules.mk | |
parent | 3766f902a02da7e9355685c733f70bcff9fe5a12 (diff) |
sketch out frosty flake matrix using custom matrix.c based on kitten paw
Diffstat (limited to 'keyboards/frosty_flake/rules.mk')
-rw-r--r-- | keyboards/frosty_flake/rules.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/frosty_flake/rules.mk b/keyboards/frosty_flake/rules.mk index bad3387bf4..dd2f4b6eec 100644 --- a/keyboards/frosty_flake/rules.mk +++ b/keyboards/frosty_flake/rules.mk @@ -1,6 +1,6 @@ # MCU name #MCU = at90usb1287 -MCU = atmega32u4 +MCU = atmega32u2 # Processor frequency. # This will define a symbol, F_CPU, in all source code files equal to the @@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Atmel DFU loader 4096 # LUFA bootloader 4096 # USBaspLoader 2048 -OPT_DEFS += -DBOOTLOADER_SIZE=512 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options @@ -66,3 +66,6 @@ UNICODE_ENABLE ?= no # Unicode BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE ?= no # Audio output on port C6 FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches + +CUSTOM_MATRIX = yes +SRC += matrix.c
\ No newline at end of file |