]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/converter/usb_usb/rules.mk
restructure converters (#1825)
[qmk_firmware.git] / keyboards / converter / usb_usb / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4
5 # Processor frequency.
6 #     This will define a symbol, F_CPU, in all source code files equal to the
7 #     processor frequency in Hz. You can then use this symbol in your source code to
8 #     calculate timings. Do NOT tack on a 'UL' at the end, this will be done
9 #     automatically to create a 32-bit value in your source code.
10 #
11 #     This will be an integer division of F_USB below, as it is sourced by
12 #     F_USB after it has run through any CPU prescalers. Note that this value
13 #     does not *change* the processor frequency - it should merely be updated to
14 #     reflect the processor speed set externally so that the code can use accurate
15 #     software delays.
16
17 # Since there are different hardware variations of these adapters and since these
18 # have different CPU clocks, the clock speed should be set in the rules.mk file of the
19 # respective hardware variantion (i.e. subproject). For example, in /pro_micro/rules.mk
20 # this is set to 8000000.
21 # The value here is only a fallback and is ignored if it is defined in the subproject.
22 F_CPU ?= 16000000
23
24 DEFAULT_FOLDER = converter/usb_usb/hasu
25
26
27 #
28 # LUFA specific
29 #
30 # Target architecture (see library "Board Types" documentation).
31 ARCH = AVR8
32
33 # Input clock frequency.
34 #     This will define a symbol, F_USB, in all source code files equal to the
35 #     input clock frequency (before any prescaling is performed) in Hz. This value may
36 #     differ from F_CPU if prescaling is used on the latter, and is required as the
37 #     raw input clock is fed directly to the PLL sections of the AVR for high speed
38 #     clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'
39 #     at the end, this will be done automatically to create a 32-bit value in your
40 #     source code.
41 #
42 #     If no clock division is performed on the input clock inside the AVR (via the
43 #     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
44 F_USB = $(F_CPU)
45
46 # Interrupt driven control endpoint task
47 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
48
49
50 # Boot Section Size in *bytes*
51 #   Teensy halfKay   512
52 #   Teensy++ halfKay 1024
53 #   Atmel DFU loader 4096
54 #   LUFA bootloader  4096
55 #   USBaspLoader     2048
56 OPT_DEFS += -DBOOTLOADER_SIZE=4096
57
58
59 # Build Options
60 #   comment out to disable the options.
61 #
62 # BOOTMAGIC_ENABLE      = yes   # Virtual DIP switch configuration(+1000)
63 # MOUSEKEY_ENABLE               = yes   # Mouse keys(+4700)
64 EXTRAKEY_ENABLE         = yes   # Audio control and System control(+450)
65 # CONSOLE_ENABLE                = yes   # Console for debug(+400)
66 # COMMAND_ENABLE                = yes  # Commands for debug and configuration
67 # SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
68 # NKRO_ENABLE = yes     # USB Nkey Rollover - not yet supported in LUFA
69 # BACKLIGHT_ENABLE = yes
70 USB_HID_ENABLE = yes
71
72 CUSTOM_MATRIX = yes
73 SRC = custom_matrix.cpp