diff options
Diffstat (limited to 'keyboards/moon/rules.mk')
| -rw-r--r-- | keyboards/moon/rules.mk | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/moon/rules.mk b/keyboards/moon/rules.mk index 699fc3395..c8b39e8b7 100644 --- a/keyboards/moon/rules.mk +++ b/keyboards/moon/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # Project specific files | ||
| 2 | SRC += i2c_master.c pca9555.c matrix.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -50,10 +47,6 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 50 | # atmega32a bootloadHID | 47 | # atmega32a bootloadHID |
| 51 | BOOTLOADER = atmel-dfu | 48 | BOOTLOADER = atmel-dfu |
| 52 | 49 | ||
| 53 | |||
| 54 | # Supported layouts | ||
| 55 | LAYOUTS = tkl_ansi tkl_iso | ||
| 56 | |||
| 57 | # Build Options | 50 | # Build Options |
| 58 | # change yes to no to disable | 51 | # change yes to no to disable |
| 59 | # | 52 | # |
| @@ -74,4 +67,13 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 74 | AUDIO_ENABLE = no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 75 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 68 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 76 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 69 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
| 70 | |||
| 71 | # custom matrix setup | ||
| 77 | CUSTOM_MATRIX = yes | 72 | CUSTOM_MATRIX = yes |
| 73 | |||
| 74 | VPATH += drivers/gpio | ||
| 75 | SRC += pca9555.c matrix.c | ||
| 76 | QUANTUM_LIB_SRC += i2c_master.c | ||
| 77 | |||
| 78 | # Supported layouts | ||
| 79 | LAYOUTS = tkl_ansi tkl_iso | ||
