diff options
Diffstat (limited to 'keyboards/donutcables/budget96/rules.mk')
| -rw-r--r-- | keyboards/donutcables/budget96/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/donutcables/budget96/rules.mk b/keyboards/donutcables/budget96/rules.mk index e25b03727..67697ac73 100644 --- a/keyboards/donutcables/budget96/rules.mk +++ b/keyboards/donutcables/budget96/rules.mk | |||
| @@ -31,7 +31,7 @@ F_CPU = 12000000 | |||
| 31 | BOOTLOADER = bootloadHID | 31 | BOOTLOADER = bootloadHID |
| 32 | 32 | ||
| 33 | # build options | 33 | # build options |
| 34 | BOOTMAGIC_ENABLE = lite | 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 |
| @@ -43,7 +43,7 @@ RGBLIGHT_CUSTOM_DRIVER = yes | |||
| 43 | OPT_DEFS = -DDEBUG_LEVEL=0 | 43 | OPT_DEFS = -DDEBUG_LEVEL=0 |
| 44 | 44 | ||
| 45 | # custom matrix setup | 45 | # custom matrix setup |
| 46 | SRC = i2c.c | 46 | SRC = i2c_master.c |
| 47 | 47 | ||
| 48 | # programming options | 48 | # programming options |
| 49 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | 49 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex |
