diff options
Diffstat (limited to 'keyboards/facew/rules.mk')
| -rw-r--r-- | keyboards/facew/rules.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/facew/rules.mk b/keyboards/facew/rules.mk index 77d29b332..b939b0fd2 100644 --- a/keyboards/facew/rules.mk +++ b/keyboards/facew/rules.mk | |||
| @@ -31,20 +31,19 @@ F_CPU = 12000000 | |||
| 31 | BOOTLOADER = bootloadHID | 31 | BOOTLOADER = bootloadHID |
| 32 | 32 | ||
| 33 | # build options | 33 | # build options |
| 34 | BOOTMAGIC_ENABLE = yes | 34 | BOOTMAGIC_ENABLE = no |
| 35 | MOUSEKEY_ENABLE = yes | 35 | MOUSEKEY_ENABLE = yes |
| 36 | EXTRAKEY_ENABLE = yes | 36 | EXTRAKEY_ENABLE = yes |
| 37 | CONSOLE_ENABLE = yes | 37 | CONSOLE_ENABLE = yes |
| 38 | COMMAND_ENABLE = yes | 38 | COMMAND_ENABLE = yes |
| 39 | BACKLIGHT_ENABLE = no | 39 | BACKLIGHT_ENABLE = yes |
| 40 | RGBLIGHT_ENABLE = no | 40 | RGBLIGHT_ENABLE = yes |
| 41 | RGBLIGHT_CUSTOM_DRIVER = yes | 41 | RGBLIGHT_CUSTOM_DRIVER = yes |
| 42 | 42 | ||
| 43 | OPT_DEFS = -DDEBUG_LEVEL=0 | 43 | OPT_DEFS = -DDEBUG_LEVEL=0 |
| 44 | 44 | ||
| 45 | # custom matrix setup | 45 | # custom matrix setup |
| 46 | CUSTOM_MATRIX = yes | 46 | SRC = i2c_master.c |
| 47 | SRC = matrix.c i2c.c | ||
| 48 | 47 | ||
| 49 | # programming options | 48 | # programming options |
| 50 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | 49 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex |
