diff options
-rw-r--r-- | keyboards/angel17/alpha/rules.mk | 15 | ||||
-rw-r--r-- | keyboards/angel17/rev1/rules.mk | 15 | ||||
-rw-r--r-- | keyboards/clueboard/card/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/orion/v3/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/fc660c/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/geekboards/tester/rules.mk | 52 | ||||
-rw-r--r-- | keyboards/georgi/rules.mk | 26 | ||||
-rw-r--r-- | keyboards/gergo/rules.mk | 25 | ||||
-rw-r--r-- | keyboards/gh60/revc/rules.mk | 54 | ||||
-rw-r--r-- | keyboards/gh60/satan/rules.mk | 51 | ||||
-rw-r--r-- | keyboards/gh80_3000/rules.mk | 48 | ||||
-rw-r--r-- | keyboards/gonnerd/rules.mk | 53 | ||||
-rw-r--r-- | keyboards/gray_studio/cod67/rules.mk | 54 | ||||
-rw-r--r-- | keyboards/gray_studio/space65/rules.mk | 53 | ||||
-rw-r--r-- | keyboards/grid600/press/rules.mk | 51 | ||||
-rwxr-xr-x | keyboards/gskt00/rules.mk | 43 |
16 files changed, 97 insertions, 448 deletions
diff --git a/keyboards/angel17/alpha/rules.mk b/keyboards/angel17/alpha/rules.mk index 423ebddc5..5a26a2e0b 100644 --- a/keyboards/angel17/alpha/rules.mk +++ b/keyboards/angel17/alpha/rules.mk | |||
@@ -1,27 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | |||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | # Teensy halfkay | 5 | # Teensy halfkay |
7 | # Pro Micro caterina | 6 | # Pro Micro caterina |
8 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
9 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
10 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
11 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = caterina | 12 | BOOTLOADER = caterina |
13 | 13 | ||
14 | |||
15 | # If you don't know the bootloader type, then you can specify the | ||
16 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
17 | # Teensy halfKay 512 | ||
18 | # Teensy++ halfKay 1024 | ||
19 | # Atmel DFU loader 4096 | ||
20 | # LUFA bootloader 4096 | ||
21 | # USBaspLoader 2048 | ||
22 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
23 | |||
24 | |||
25 | # Build Options | 14 | # Build Options |
26 | # change yes to no to disable | 15 | # change yes to no to disable |
27 | # | 16 | # |
diff --git a/keyboards/angel17/rev1/rules.mk b/keyboards/angel17/rev1/rules.mk index fe22b3ab8..c76c0244a 100644 --- a/keyboards/angel17/rev1/rules.mk +++ b/keyboards/angel17/rev1/rules.mk | |||
@@ -1,27 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | |||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | # Teensy halfkay | 5 | # Teensy halfkay |
7 | # Pro Micro caterina | 6 | # Pro Micro caterina |
8 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
9 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
10 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
11 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = caterina | 12 | BOOTLOADER = caterina |
13 | 13 | ||
14 | |||
15 | # If you don't know the bootloader type, then you can specify the | ||
16 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
17 | # Teensy halfKay 512 | ||
18 | # Teensy++ halfKay 1024 | ||
19 | # Atmel DFU loader 4096 | ||
20 | # LUFA bootloader 4096 | ||
21 | # USBaspLoader 2048 | ||
22 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
23 | |||
24 | |||
25 | # Build Options | 14 | # Build Options |
26 | # change yes to no to disable | 15 | # change yes to no to disable |
27 | # | 16 | # |
diff --git a/keyboards/clueboard/card/rules.mk b/keyboards/clueboard/card/rules.mk index 2162b25de..9e3f19dc0 100644 --- a/keyboards/clueboard/card/rules.mk +++ b/keyboards/clueboard/card/rules.mk | |||
@@ -11,7 +11,6 @@ MCU = atmega32u4 | |||
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | |||
15 | # Build Options | 14 | # Build Options |
16 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 15 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
17 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 16 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
diff --git a/keyboards/duck/orion/v3/rules.mk b/keyboards/duck/orion/v3/rules.mk index a57b3d60c..c46cb7544 100644 --- a/keyboards/duck/orion/v3/rules.mk +++ b/keyboards/duck/orion/v3/rules.mk | |||
@@ -11,7 +11,6 @@ MCU = atmega32u4 | |||
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | |||
15 | # Build Options | 14 | # Build Options |
16 | # change yes to no to disable | 15 | # change yes to no to disable |
17 | # | 16 | # |
@@ -36,4 +35,4 @@ CUSTOM_MATRIX = yes | |||
36 | SRC += indicator_leds.c \ | 35 | SRC += indicator_leds.c \ |
37 | matrix.c duck_led/duck_led.c | 36 | matrix.c duck_led/duck_led.c |
38 | 37 | ||
39 | LAYOUTS = tkl_ansi \ No newline at end of file | 38 | LAYOUTS = tkl_ansi |
diff --git a/keyboards/fc660c/rules.mk b/keyboards/fc660c/rules.mk index 18613a591..b817b404f 100644 --- a/keyboards/fc660c/rules.mk +++ b/keyboards/fc660c/rules.mk | |||
@@ -11,7 +11,6 @@ MCU = atmega32u4 | |||
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | |||
15 | # Build Options | 14 | # Build Options |
16 | # comment out to disable the options. | 15 | # comment out to disable the options. |
17 | # | 16 | # |
diff --git a/keyboards/geekboards/tester/rules.mk b/keyboards/geekboards/tester/rules.mk index 7e8d595fb..1ca57f6d0 100644 --- a/keyboards/geekboards/tester/rules.mk +++ b/keyboards/geekboards/tester/rules.mk | |||
@@ -1,52 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # project specific files | 4 | # Bootloader selection |
5 | #SRC = | 5 | # Teensy halfkay |
6 | 6 | # Pro Micro caterina | |
7 | # Processor frequency. | 7 | # Atmel DFU atmel-dfu |
8 | # This will define a symbol, F_CPU, in all source code files equal to the | 8 | # LUFA DFU lufa-dfu |
9 | # processor frequency in Hz. You can then use this symbol in your source code to | 9 | # QMK DFU qmk-dfu |
10 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 10 | # ATmega32A bootloadHID |
11 | # automatically to create a 32-bit value in your source code. | 11 | # ATmega328P USBasp |
12 | # | ||
13 | # This will be an integer division of F_USB below, as it is sourced by | ||
14 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
15 | # does not *change* the processor frequency - it should merely be updated to | ||
16 | # reflect the processor speed set externally so that the code can use accurate | ||
17 | # software delays. | ||
18 | F_CPU = 16000000 | ||
19 | |||
20 | |||
21 | # | ||
22 | # LUFA specific | ||
23 | # | ||
24 | # Target architecture (see library "Board Types" documentation). | ||
25 | ARCH = AVR8 | ||
26 | |||
27 | # Input clock frequency. | ||
28 | # This will define a symbol, F_USB, in all source code files equal to the | ||
29 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
30 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
31 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
32 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
33 | # at the end, this will be done automatically to create a 32-bit value in your | ||
34 | # source code. | ||
35 | # | ||
36 | # If no clock division is performed on the input clock inside the AVR (via the | ||
37 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
38 | F_USB = $(F_CPU) | ||
39 | |||
40 | # Interrupt driven control endpoint task(+60) | ||
41 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
42 | |||
43 | # Boot Section | ||
44 | BOOTLOADER = qmk-dfu | 12 | BOOTLOADER = qmk-dfu |
45 | 13 | ||
46 | # Do not put the microcontroller into power saving mode | ||
47 | # when we get USB suspend event. We want it to keep updating | ||
48 | # backlight effects. | ||
49 | |||
50 | # Build Options | 14 | # Build Options |
51 | # change yes to no to disable | 15 | # change yes to no to disable |
52 | # | 16 | # |
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk index a87b448e3..412a318f0 100644 --- a/keyboards/georgi/rules.mk +++ b/keyboards/georgi/rules.mk | |||
@@ -1,18 +1,15 @@ | |||
1 | #---------------------------------------------------------------------------- | 1 | # MCU name |
2 | # make georgi:default:dfu | ||
3 | # Make sure you have dfu-programmer installed! | ||
4 | # Do not edit this file! Make a copy of keymaps/default and modify that! | ||
5 | #---------------------------------------------------------------------------- | ||
6 | # Source includes | ||
7 | SRC += matrix.c i2c_master.c sten.c | ||
8 | |||
9 | # Hardware info | ||
10 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
11 | F_CPU = 16000000 | 3 | |
12 | ARCH = AVR8 | 4 | # Bootloader selection |
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
13 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
14 | F_USB = $(F_CPU) | ||
15 | EXTRAFLAGS += -flto | ||
16 | 13 | ||
17 | CUSTOM_MATRIX = yes | 14 | CUSTOM_MATRIX = yes |
18 | MOUSEKEY_ENABLE = no | 15 | MOUSEKEY_ENABLE = no |
@@ -21,3 +18,6 @@ EXTRAKEY_ENABLE = yes | |||
21 | CONSOLE_ENABLE = yes | 18 | CONSOLE_ENABLE = yes |
22 | COMMAND_ENABLE = no | 19 | COMMAND_ENABLE = no |
23 | NKRO_ENABLE = yes | 20 | NKRO_ENABLE = yes |
21 | |||
22 | EXTRAFLAGS += -flto | ||
23 | SRC += matrix.c i2c_master.c sten.c | ||
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk index 2b5d62988..41f201a45 100644 --- a/keyboards/gergo/rules.mk +++ b/keyboards/gergo/rules.mk | |||
@@ -1,18 +1,15 @@ | |||
1 | #---------------------------------------------------------------------------- | 1 | # MCU name |
2 | # make gergo:germ:dfu | ||
3 | # Make sure you have dfu-programmer installed! | ||
4 | # Do not edit this file! Make a copy of keymaps/default and modify that! | ||
5 | #---------------------------------------------------------------------------- | ||
6 | # Source includes | ||
7 | SRC += matrix.c | ||
8 | QUANTUM_LIB_SRC += i2c_master.c | ||
9 | |||
10 | # Hardware info | ||
11 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
12 | F_CPU = 16000000 | 3 | |
13 | ARCH = AVR8 | 4 | # Bootloader selection |
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
14 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
15 | F_USB = $(F_CPU) | ||
16 | 13 | ||
17 | CUSTOM_MATRIX = yes | 14 | CUSTOM_MATRIX = yes |
18 | EXTRAKEY_ENABLE = yes | 15 | EXTRAKEY_ENABLE = yes |
@@ -21,3 +18,5 @@ COMMAND_ENABLE = yes | |||
21 | BOOTMAGIC_ENABLE = lite | 18 | BOOTMAGIC_ENABLE = lite |
22 | 19 | ||
23 | DEBOUNCE_TYPE = eager_pr | 20 | DEBOUNCE_TYPE = eager_pr |
21 | SRC += matrix.c | ||
22 | QUANTUM_LIB_SRC += i2c_master.c | ||
diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index bf7ea514d..c9362b334 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk | |||
@@ -1,51 +1,15 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
6 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
8 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
9 | # | 9 | # QMK DFU qmk-dfu |
10 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
11 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
12 | # does not *change* the processor frequency - it should merely be updated to | 12 | BOOTLOADER = atmel-dfu |
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | |||
18 | # | ||
19 | # LUFA specific | ||
20 | # | ||
21 | # Target architecture (see library "Board Types" documentation). | ||
22 | ARCH = AVR8 | ||
23 | |||
24 | # Input clock frequency. | ||
25 | # This will define a symbol, F_USB, in all source code files equal to the | ||
26 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
27 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
28 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
29 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
30 | # at the end, this will be done automatically to create a 32-bit value in your | ||
31 | # source code. | ||
32 | # | ||
33 | # If no clock division is performed on the input clock inside the AVR (via the | ||
34 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
35 | F_USB = $(F_CPU) | ||
36 | |||
37 | # Interrupt driven control endpoint task(+60) | ||
38 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
39 | |||
40 | |||
41 | # Boot Section Size in *bytes* | ||
42 | # Teensy halfKay 512 | ||
43 | # Teensy++ halfKay 1024 | ||
44 | # Atmel DFU loader 4096 | ||
45 | # LUFA bootloader 4096 | ||
46 | # USBaspLoader 2048 | ||
47 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
48 | |||
49 | 13 | ||
50 | # Build Options | 14 | # Build Options |
51 | # comment out to disable the options. | 15 | # comment out to disable the options. |
diff --git a/keyboards/gh60/satan/rules.mk b/keyboards/gh60/satan/rules.mk index b6bb68391..9bd667535 100644 --- a/keyboards/gh60/satan/rules.mk +++ b/keyboards/gh60/satan/rules.mk | |||
@@ -1,48 +1,15 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
6 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
8 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
9 | # | 9 | # QMK DFU qmk-dfu |
10 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
11 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
12 | # does not *change* the processor frequency - it should merely be updated to | 12 | BOOTLOADER = atmel-dfu |
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | # | ||
18 | # LUFA specific | ||
19 | # | ||
20 | # Target architecture (see library "Board Types" documentation). | ||
21 | ARCH = AVR8 | ||
22 | |||
23 | # Input clock frequency. | ||
24 | # This will define a symbol, F_USB, in all source code files equal to the | ||
25 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
26 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
27 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
28 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
29 | # at the end, this will be done automatically to create a 32-bit value in your | ||
30 | # source code. | ||
31 | # | ||
32 | # If no clock division is performed on the input clock inside the AVR (via the | ||
33 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
34 | F_USB = $(F_CPU) | ||
35 | |||
36 | # Interrupt driven control endpoint task(+60) | ||
37 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
38 | |||
39 | # Boot Section Size in *bytes* | ||
40 | # Teensy halfKay 512 | ||
41 | # Teensy++ halfKay 1024 | ||
42 | # Atmel DFU loader 4096 | ||
43 | # LUFA bootloader 4096 | ||
44 | # USBaspLoader 2048 | ||
45 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
46 | 13 | ||
47 | # Build Options | 14 | # Build Options |
48 | # comment out to disable the options. | 15 | # comment out to disable the options. |
diff --git a/keyboards/gh80_3000/rules.mk b/keyboards/gh80_3000/rules.mk index 9e4bc3f0d..0da2d6a2f 100644 --- a/keyboards/gh80_3000/rules.mk +++ b/keyboards/gh80_3000/rules.mk | |||
@@ -1,45 +1,15 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
6 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
8 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
9 | # | 9 | # QMK DFU qmk-dfu |
10 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
11 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
12 | # does not *change* the processor frequency - it should merely be updated to | 12 | BOOTLOADER = atmel-dfu |
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | # | ||
18 | # LUFA specific | ||
19 | # | ||
20 | # Target architecture (see library "Board Types" documentation). | ||
21 | ARCH = AVR8 | ||
22 | |||
23 | # Input clock frequency. | ||
24 | # This will define a symbol, F_USB, in all source code files equal to the | ||
25 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
26 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
27 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
28 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
29 | # at the end, this will be done automatically to create a 32-bit value in your | ||
30 | # source code. | ||
31 | # | ||
32 | # If no clock division is performed on the input clock inside the AVR (via the | ||
33 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
34 | F_USB = $(F_CPU) | ||
35 | |||
36 | # Interrupt driven control endpoint task(+60) | ||
37 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
38 | |||
39 | |||
40 | # Boot Section Size in *bytes* | ||
41 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
42 | |||
43 | 13 | ||
44 | # Build Options | 14 | # Build Options |
45 | # comment out to disable the options. | 15 | # comment out to disable the options. |
diff --git a/keyboards/gonnerd/rules.mk b/keyboards/gonnerd/rules.mk index ebea1005b..d4858ff13 100644 --- a/keyboards/gonnerd/rules.mk +++ b/keyboards/gonnerd/rules.mk | |||
@@ -1,51 +1,18 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Processor frequency |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
6 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
8 | # automatically to create a 32-bit value in your source code. | ||
9 | # | ||
10 | # This will be an integer division of F_USB below, as it is sourced by | ||
11 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
12 | # does not *change* the processor frequency - it should merely be updated to | ||
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 8000000 | 5 | F_CPU = 8000000 |
16 | 6 | ||
17 | 7 | # Bootloader selection | |
18 | # | 8 | # Teensy halfkay |
19 | # LUFA specific | 9 | # Pro Micro caterina |
20 | # | 10 | # Atmel DFU atmel-dfu |
21 | # Target architecture (see library "Board Types" documentation). | 11 | # LUFA DFU lufa-dfu |
22 | ARCH = AVR8 | 12 | # QMK DFU qmk-dfu |
23 | 13 | # ATmega32A bootloadHID | |
24 | # Input clock frequency. | 14 | # ATmega328P USBasp |
25 | # This will define a symbol, F_USB, in all source code files equal to the | 15 | BOOTLOADER = atmel-dfu |
26 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
27 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
28 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
29 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
30 | # at the end, this will be done automatically to create a 32-bit value in your | ||
31 | # source code. | ||
32 | # | ||
33 | # If no clock division is performed on the input clock inside the AVR (via the | ||
34 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
35 | F_USB = $(F_CPU) | ||
36 | |||
37 | # Interrupt driven control endpoint task(+60) | ||
38 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
39 | |||
40 | |||
41 | # Boot Section Size in *bytes* | ||
42 | # Teensy halfKay 512 | ||
43 | # Teensy++ halfKay 1024 | ||
44 | # Atmel DFU loader 4096 | ||
45 | # LUFA bootloader 4096 | ||
46 | # USBaspLoader 2048 | ||
47 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
48 | |||
49 | 16 | ||
50 | # Build Options | 17 | # Build Options |
51 | # change yes to no to disable | 18 | # change yes to no to disable |
diff --git a/keyboards/gray_studio/cod67/rules.mk b/keyboards/gray_studio/cod67/rules.mk index 6cba6b6b8..1df4615eb 100644 --- a/keyboards/gray_studio/cod67/rules.mk +++ b/keyboards/gray_studio/cod67/rules.mk | |||
@@ -1,51 +1,15 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
6 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
8 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
9 | # | 9 | # QMK DFU qmk-dfu |
10 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
11 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
12 | # does not *change* the processor frequency - it should merely be updated to | 12 | BOOTLOADER = lufa-ms |
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | |||
18 | # | ||
19 | # LUFA specific | ||
20 | # | ||
21 | # Target architecture (see library "Board Types" documentation). | ||
22 | ARCH = AVR8 | ||
23 | |||
24 | # Input clock frequency. | ||
25 | # This will define a symbol, F_USB, in all source code files equal to the | ||
26 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
27 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
28 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
29 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
30 | # at the end, this will be done automatically to create a 32-bit value in your | ||
31 | # source code. | ||
32 | # | ||
33 | # If no clock division is performed on the input clock inside the AVR (via the | ||
34 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
35 | F_USB = $(F_CPU) | ||
36 | |||
37 | # Interrupt driven control endpoint task(+60) | ||
38 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
39 | |||
40 | |||
41 | # Boot Section Size in *bytes* | ||
42 | # Teensy halfKay 512 | ||
43 | # Teensy++ halfKay 1024 | ||
44 | # Atmel DFU loader 4096 | ||
45 | # LUFA bootloader 4096 | ||
46 | # USBaspLoader 2048 | ||
47 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
48 | |||
49 | 13 | ||
50 | # Build Options | 14 | # Build Options |
51 | # change yes to no to disable | 15 | # change yes to no to disable |
diff --git a/keyboards/gray_studio/space65/rules.mk b/keyboards/gray_studio/space65/rules.mk index 261569206..ced89eac0 100644 --- a/keyboards/gray_studio/space65/rules.mk +++ b/keyboards/gray_studio/space65/rules.mk | |||
@@ -1,63 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | ||
5 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
6 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
8 | # automatically to create a 32-bit value in your source code. | ||
9 | # | ||
10 | # This will be an integer division of F_USB below, as it is sourced by | ||
11 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
12 | # does not *change* the processor frequency - it should merely be updated to | ||
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | |||
18 | # | ||
19 | # LUFA specific | ||
20 | # | ||
21 | # Target architecture (see library "Board Types" documentation). | ||
22 | ARCH = AVR8 | ||
23 | |||
24 | # Input clock frequency. | ||
25 | # This will define a symbol, F_USB, in all source code files equal to the | ||
26 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
27 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
28 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
29 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
30 | # at the end, this will be done automatically to create a 32-bit value in your | ||
31 | # source code. | ||
32 | # | ||
33 | # If no clock division is performed on the input clock inside the AVR (via the | ||
34 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
35 | F_USB = $(F_CPU) | ||
36 | |||
37 | # Interrupt driven control endpoint task(+60) | ||
38 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
39 | |||
40 | |||
41 | # Bootloader selection | 4 | # Bootloader selection |
42 | # Teensy halfkay | 5 | # Teensy halfkay |
43 | # Pro Micro caterina | 6 | # Pro Micro caterina |
44 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
45 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
46 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
47 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
48 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
49 | 13 | ||
50 | |||
51 | # If you don't know the bootloader type, then you can specify the | ||
52 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
53 | # Teensy halfKay 512 | ||
54 | # Teensy++ halfKay 1024 | ||
55 | # Atmel DFU loader 4096 | ||
56 | # LUFA bootloader 4096 | ||
57 | # USBaspLoader 2048 | ||
58 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
59 | |||
60 | |||
61 | # Build Options | 14 | # Build Options |
62 | # change yes to no to disable | 15 | # change yes to no to disable |
63 | # | 16 | # |
@@ -79,4 +32,4 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
79 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
80 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
81 | 34 | ||
82 | LAYOUTS = 65_ansi_blocker \ No newline at end of file | 35 | LAYOUTS = 65_ansi_blocker |
diff --git a/keyboards/grid600/press/rules.mk b/keyboards/grid600/press/rules.mk index 1fcf3841b..fb575b3ab 100644 --- a/keyboards/grid600/press/rules.mk +++ b/keyboards/grid600/press/rules.mk | |||
@@ -1,63 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | ||
5 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
6 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
8 | # automatically to create a 32-bit value in your source code. | ||
9 | # | ||
10 | # This will be an integer division of F_USB below, as it is sourced by | ||
11 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
12 | # does not *change* the processor frequency - it should merely be updated to | ||
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | |||
18 | # | ||
19 | # LUFA specific | ||
20 | # | ||
21 | # Target architecture (see library "Board Types" documentation). | ||
22 | ARCH = AVR8 | ||
23 | |||
24 | # Input clock frequency. | ||
25 | # This will define a symbol, F_USB, in all source code files equal to the | ||
26 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
27 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
28 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
29 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
30 | # at the end, this will be done automatically to create a 32-bit value in your | ||
31 | # source code. | ||
32 | # | ||
33 | # If no clock division is performed on the input clock inside the AVR (via the | ||
34 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
35 | F_USB = $(F_CPU) | ||
36 | |||
37 | # Interrupt driven control endpoint task(+60) | ||
38 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
39 | |||
40 | |||
41 | # Bootloader selection | 4 | # Bootloader selection |
42 | # Teensy halfkay | 5 | # Teensy halfkay |
43 | # Pro Micro caterina | 6 | # Pro Micro caterina |
44 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
45 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
46 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
47 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
48 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
49 | 13 | ||
50 | |||
51 | # If you don't know the bootloader type, then you can specify the | ||
52 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
53 | # Teensy halfKay 512 | ||
54 | # Teensy++ halfKay 1024 | ||
55 | # Atmel DFU loader 4096 | ||
56 | # LUFA bootloader 4096 | ||
57 | # USBaspLoader 2048 | ||
58 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
59 | |||
60 | |||
61 | # Build Options | 14 | # Build Options |
62 | # change yes to no to disable | 15 | # change yes to no to disable |
63 | # | 16 | # |
diff --git a/keyboards/gskt00/rules.mk b/keyboards/gskt00/rules.mk index 338384e3e..2acbeaa90 100755 --- a/keyboards/gskt00/rules.mk +++ b/keyboards/gskt00/rules.mk | |||
@@ -1,41 +1,14 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Processor frequency. | 4 | # Bootloader selection |
5 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
6 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
7 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
8 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
9 | # | 9 | # QMK DFU qmk-dfu |
10 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
11 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
12 | # does not *change* the processor frequency - it should merely be updated to | ||
13 | # reflect the processor speed set externally so that the code can use accurate | ||
14 | # software delays. | ||
15 | F_CPU = 16000000 | ||
16 | |||
17 | # | ||
18 | # LUFA specific | ||
19 | # | ||
20 | # Target architecture (see library "Board Types" documentation). | ||
21 | ARCH = AVR8 | ||
22 | |||
23 | # Input clock frequency. | ||
24 | # This will define a symbol, F_USB, in all source code files equal to the | ||
25 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
26 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
27 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
28 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
29 | # at the end, this will be done automatically to create a 32-bit value in your | ||
30 | # source code. | ||
31 | # | ||
32 | # If no clock division is performed on the input clock inside the AVR (via the | ||
33 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
34 | F_USB = $(F_CPU) | ||
35 | |||
36 | # Interrupt driven control endpoint task(+60) | ||
37 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
38 | |||
39 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
40 | 13 | ||
41 | # Build Options | 14 | # Build Options |