]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/qwertyydox/rules.mk
Replace outdated RGB/Audio information
[qmk_firmware.git] / keyboards / qwertyydox / rules.mk
1 # MCU name\r
2 #MCU = at90usb1287\r
3 MCU = atmega32u4\r
4 \r
5 # Processor frequency.\r
6 #     This will define a symbol, F_CPU, in all source code files equal to the\r
7 #     processor frequency in Hz. You can then use this symbol in your source code to\r
8 #     calculate timings. Do NOT tack on a 'UL' at the end, this will be done\r
9 #     automatically to create a 32-bit value in your source code.\r
10 #\r
11 #     This will be an integer division of F_USB below, as it is sourced by\r
12 #     F_USB after it has run through any CPU prescalers. Note that this value\r
13 #     does not *change* the processor frequency - it should merely be updated to\r
14 #     reflect the processor speed set externally so that the code can use accurate\r
15 #     software delays.\r
16 F_CPU = 16000000\r
17 \r
18 #\r
19 # LUFA specific\r
20 #\r
21 # Target architecture (see library "Board Types" documentation).\r
22 ARCH = AVR8\r
23 \r
24 # Input clock frequency.\r
25 #     This will define a symbol, F_USB, in all source code files equal to the\r
26 #     input clock frequency (before any prescaling is performed) in Hz. This value may\r
27 #     differ from F_CPU if prescaling is used on the latter, and is required as the\r
28 #     raw input clock is fed directly to the PLL sections of the AVR for high speed\r
29 #     clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'\r
30 #     at the end, this will be done automatically to create a 32-bit value in your\r
31 #     source code.\r
32 #\r
33 #     If no clock division is performed on the input clock inside the AVR (via the\r
34 #     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.\r
35 F_USB = $(F_CPU)\r
36 \r
37 # Bootloader\r
38 #     This definition is optional, and if your keyboard supports multiple bootloaders of\r
39 #     different sizes, comment this out, and the correct address will be loaded \r
40 #     automatically (+60). See bootloader.mk for all options.\r
41 BOOTLOADER = caterina\r
42 \r
43 # Interrupt driven control endpoint task(+60)\r
44 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT\r
45 \r
46 # Build Options\r
47 #   change to "no" to disable the options, or define them in the Makefile in\r
48 #   the appropriate keymap folder that will get included automatically\r
49 #\r
50 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)\r
51 MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)\r
52 EXTRAKEY_ENABLE = no       # Audio control and System control(+450)\r
53 CONSOLE_ENABLE = no         # Console for debug(+400)\r
54 COMMAND_ENABLE = no        # Commands for debug and configuration\r
55 NKRO_ENABLE = no            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work\r
56 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality\r
57 MIDI_ENABLE = no            # MIDI controls\r
58 AUDIO_ENABLE = no           # Audio output on port C6\r
59 UNICODE_ENABLE = no         # Unicode\r
60 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID\r
61 RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight. \r
62 SUBPROJECT_rev1 = yes\r
63 USE_I2C = yes               # I2C is used between the sides\r
64 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE\r
65 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend\r
66 \r
67 SPLIT_KEYBOARD = yes\r
68 \r
69 DEFAULT_FOLDER = qwertyydox/rev1\r