diff options
Diffstat (limited to 'keyboards/wilba_tech')
27 files changed, 121 insertions, 169 deletions
diff --git a/keyboards/wilba_tech/rama_works_koyu/rules.mk b/keyboards/wilba_tech/rama_works_koyu/rules.mk index ebcb6a455..cf6a8a96a 100644 --- a/keyboards/wilba_tech/rama_works_koyu/rules.mk +++ b/keyboards/wilba_tech/rama_works_koyu/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 3 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | drivers/issi/is31fl3731.c \ | ||
| 6 | drivers/avr/i2c_master.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -47,4 +40,9 @@ RAW_ENABLE = yes | |||
| 47 | DYNAMIC_KEYMAP_ENABLE = yes | 40 | DYNAMIC_KEYMAP_ENABLE = yes |
| 48 | CIE1931_CURVE = yes | 41 | CIE1931_CURVE = yes |
| 49 | 42 | ||
| 50 | #LAYOUTS = ??? | 43 | # project specific files |
| 44 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 45 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 46 | quantum/color.c \ | ||
| 47 | drivers/issi/is31fl3731.c \ | ||
| 48 | drivers/avr/i2c_master.c | ||
diff --git a/keyboards/wilba_tech/rama_works_m10_b/rules.mk b/keyboards/wilba_tech/rama_works_m10_b/rules.mk index 99330021f..07372d0ac 100644 --- a/keyboards/wilba_tech/rama_works_m10_b/rules.mk +++ b/keyboards/wilba_tech/rama_works_m10_b/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -14,7 +11,6 @@ MCU = atmega32u4 | |||
| 14 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 15 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 16 | 13 | ||
| 17 | |||
| 18 | # Build Options | 14 | # Build Options |
| 19 | # change yes to no to disable | 15 | # change yes to no to disable |
| 20 | # | 16 | # |
| @@ -36,3 +32,6 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | |||
| 36 | 32 | ||
| 37 | RAW_ENABLE = yes | 33 | RAW_ENABLE = yes |
| 38 | DYNAMIC_KEYMAP_ENABLE = yes | 34 | DYNAMIC_KEYMAP_ENABLE = yes |
| 35 | |||
| 36 | # project specific files | ||
| 37 | SRC = keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/rama_works_m60_a/rules.mk b/keyboards/wilba_tech/rama_works_m60_a/rules.mk index 4ce5dc54c..1dec6c074 100644 --- a/keyboards/wilba_tech/rama_works_m60_a/rules.mk +++ b/keyboards/wilba_tech/rama_works_m60_a/rules.mk | |||
| @@ -1,12 +1,3 @@ | |||
| 1 | |||
| 2 | |||
| 3 | # project specific files | ||
| 4 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 5 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 6 | quantum/color.c \ | ||
| 7 | drivers/issi/is31fl3731.c \ | ||
| 8 | drivers/avr/i2c_master.c | ||
| 9 | |||
| 10 | # MCU name | 1 | # MCU name |
| 11 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 12 | 3 | ||
| @@ -50,3 +41,10 @@ DYNAMIC_KEYMAP_ENABLE = yes | |||
| 50 | CIE1931_CURVE = yes | 41 | CIE1931_CURVE = yes |
| 51 | 42 | ||
| 52 | LAYOUTS = 60_hhkb | 43 | LAYOUTS = 60_hhkb |
| 44 | |||
| 45 | # project specific files | ||
| 46 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 47 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 48 | quantum/color.c \ | ||
| 49 | drivers/issi/is31fl3731.c \ | ||
| 50 | drivers/avr/i2c_master.c | ||
diff --git a/keyboards/wilba_tech/rama_works_m6_a/rules.mk b/keyboards/wilba_tech/rama_works_m6_a/rules.mk index 32f0e25de..5feee3112 100644 --- a/keyboards/wilba_tech/rama_works_m6_a/rules.mk +++ b/keyboards/wilba_tech/rama_works_m6_a/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -19,7 +16,6 @@ BOOTLOADER = atmel-dfu | |||
| 19 | # backlight effects. | 16 | # backlight effects. |
| 20 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 17 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
| 21 | 18 | ||
| 22 | |||
| 23 | # Build Options | 19 | # Build Options |
| 24 | # change yes to no to disable | 20 | # change yes to no to disable |
| 25 | # | 21 | # |
| @@ -43,3 +39,5 @@ RAW_ENABLE = yes | |||
| 43 | DYNAMIC_KEYMAP_ENABLE = yes | 39 | DYNAMIC_KEYMAP_ENABLE = yes |
| 44 | CIE1931_CURVE = no | 40 | CIE1931_CURVE = no |
| 45 | 41 | ||
| 42 | # project specific files | ||
| 43 | SRC = keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/rama_works_m6_b/rules.mk b/keyboards/wilba_tech/rama_works_m6_b/rules.mk index c016fa344..4c14af06c 100644 --- a/keyboards/wilba_tech/rama_works_m6_b/rules.mk +++ b/keyboards/wilba_tech/rama_works_m6_b/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 3 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | drivers/issi/is31fl3218.c \ | ||
| 6 | drivers/avr/i2c_master.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -23,7 +16,6 @@ BOOTLOADER = atmel-dfu | |||
| 23 | # backlight effects. | 16 | # backlight effects. |
| 24 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 17 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
| 25 | 18 | ||
| 26 | |||
| 27 | # Build Options | 19 | # Build Options |
| 28 | # change yes to no to disable | 20 | # change yes to no to disable |
| 29 | # | 21 | # |
| @@ -47,3 +39,9 @@ RAW_ENABLE = yes | |||
| 47 | DYNAMIC_KEYMAP_ENABLE = yes | 39 | DYNAMIC_KEYMAP_ENABLE = yes |
| 48 | CIE1931_CURVE = yes | 40 | CIE1931_CURVE = yes |
| 49 | 41 | ||
| 42 | # project specific files | ||
| 43 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 44 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 45 | quantum/color.c \ | ||
| 46 | drivers/issi/is31fl3218.c \ | ||
| 47 | drivers/avr/i2c_master.c | ||
diff --git a/keyboards/wilba_tech/rama_works_u80_a/rules.mk b/keyboards/wilba_tech/rama_works_u80_a/rules.mk index caecaecbb..0f02cd04f 100644 --- a/keyboards/wilba_tech/rama_works_u80_a/rules.mk +++ b/keyboards/wilba_tech/rama_works_u80_a/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 3 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | drivers/issi/is31fl3731.c \ | ||
| 6 | drivers/avr/i2c_master.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -41,3 +33,10 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | |||
| 41 | RAW_ENABLE = yes | 33 | RAW_ENABLE = yes |
| 42 | DYNAMIC_KEYMAP_ENABLE = yes | 34 | DYNAMIC_KEYMAP_ENABLE = yes |
| 43 | CIE1931_CURVE = yes | 35 | CIE1931_CURVE = yes |
| 36 | |||
| 37 | # project specific files | ||
| 38 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 39 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 40 | quantum/color.c \ | ||
| 41 | drivers/issi/is31fl3731.c \ | ||
| 42 | drivers/avr/i2c_master.c | ||
diff --git a/keyboards/wilba_tech/wt60_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt60_a/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt60_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt60_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt60_a/rules.mk b/keyboards/wilba_tech/wt60_a/rules.mk index 4f702fab4..111c94ee8 100644 --- a/keyboards/wilba_tech/wt60_a/rules.mk +++ b/keyboards/wilba_tech/wt60_a/rules.mk | |||
| @@ -1,54 +1,16 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| 11 | # Processor frequency. | 4 | # Bootloader selection |
| 12 | # This will define a symbol, F_CPU, in all source code files equal to the | 5 | # Teensy halfkay |
| 13 | # processor frequency in Hz. You can then use this symbol in your source code to | 6 | # Pro Micro caterina |
| 14 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 7 | # Atmel DFU atmel-dfu |
| 15 | # automatically to create a 32-bit value in your source code. | 8 | # LUFA DFU lufa-dfu |
| 16 | # | 9 | # QMK DFU qmk-dfu |
| 17 | # This will be an integer division of F_USB below, as it is sourced by | 10 | # ATmega32A bootloadHID |
| 18 | # F_USB after it has run through any CPU prescalers. Note that this value | 11 | # ATmega328P USBasp |
| 19 | # does not *change* the processor frequency - it should merely be updated to | ||
| 20 | # reflect the processor speed set externally so that the code can use accurate | ||
| 21 | # software delays. | ||
| 22 | F_CPU = 16000000 | ||
| 23 | |||
| 24 | |||
| 25 | # | ||
| 26 | # LUFA specific | ||
| 27 | # | ||
| 28 | # Target architecture (see library "Board Types" documentation). | ||
| 29 | ARCH = AVR8 | ||
| 30 | |||
| 31 | # Input clock frequency. | ||
| 32 | # This will define a symbol, F_USB, in all source code files equal to the | ||
| 33 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
| 34 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
| 35 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
| 36 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
| 37 | # at the end, this will be done automatically to create a 32-bit value in your | ||
| 38 | # source code. | ||
| 39 | # | ||
| 40 | # If no clock division is performed on the input clock inside the AVR (via the | ||
| 41 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
| 42 | F_USB = $(F_CPU) | ||
| 43 | |||
| 44 | # Interrupt driven control endpoint task(+60) | ||
| 45 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
| 46 | |||
| 47 | |||
| 48 | # Boot Section | ||
| 49 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 50 | 13 | ||
| 51 | |||
| 52 | # Build Options | 14 | # Build Options |
| 53 | # change yes to no to disable | 15 | # change yes to no to disable |
| 54 | # | 16 | # |
| @@ -67,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 67 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 68 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 69 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt60_d/keymaps/via/rules.mk b/keyboards/wilba_tech/wt60_d/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt60_d/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt60_d/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt60_d/rules.mk b/keyboards/wilba_tech/wt60_d/rules.mk index 7ba0b9223..07372d0ac 100644 --- a/keyboards/wilba_tech/wt60_d/rules.mk +++ b/keyboards/wilba_tech/wt60_d/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -34,4 +31,7 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
| 34 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 35 | 32 | ||
| 36 | RAW_ENABLE = yes | 33 | RAW_ENABLE = yes |
| 37 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 34 | DYNAMIC_KEYMAP_ENABLE = yes |
| 35 | |||
| 36 | # project specific files | ||
| 37 | SRC = keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt65_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt65_a/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt65_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt65_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt65_a/rules.mk b/keyboards/wilba_tech/wt65_a/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt65_a/rules.mk +++ b/keyboards/wilba_tech/wt65_a/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt65_b/keymaps/via/rules.mk b/keyboards/wilba_tech/wt65_b/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt65_b/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt65_b/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt65_b/rules.mk b/keyboards/wilba_tech/wt65_b/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt65_b/rules.mk +++ b/keyboards/wilba_tech/wt65_b/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt69_a/rules.mk b/keyboards/wilba_tech/wt69_a/rules.mk index f349608cd..7d1c2aa1b 100644 --- a/keyboards/wilba_tech/wt69_a/rules.mk +++ b/keyboards/wilba_tech/wt69_a/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -14,7 +11,6 @@ MCU = atmega32u4 | |||
| 14 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 15 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 16 | 13 | ||
| 17 | |||
| 18 | # Build Options | 14 | # Build Options |
| 19 | # change yes to no to disable | 15 | # change yes to no to disable |
| 20 | # | 16 | # |
| @@ -33,3 +29,6 @@ UNICODE_ENABLE = no # Unicode | |||
| 33 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 34 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 35 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt75_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt75_a/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt75_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt75_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt75_a/rules.mk b/keyboards/wilba_tech/wt75_a/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt75_a/rules.mk +++ b/keyboards/wilba_tech/wt75_a/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt75_b/keymaps/via/rules.mk b/keyboards/wilba_tech/wt75_b/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt75_b/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt75_b/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt75_b/rules.mk b/keyboards/wilba_tech/wt75_b/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt75_b/rules.mk +++ b/keyboards/wilba_tech/wt75_b/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt75_c/keymaps/via/rules.mk b/keyboards/wilba_tech/wt75_c/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt75_c/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt75_c/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt75_c/rules.mk b/keyboards/wilba_tech/wt75_c/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt75_c/rules.mk +++ b/keyboards/wilba_tech/wt75_c/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt80_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt80_a/keymaps/via/rules.mk index 8834bf0c8..4880a57be 100644 --- a/keyboards/wilba_tech/wt80_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt80_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | RAW_ENABLE = yes | 1 | RAW_ENABLE = yes |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file | 2 | DYNAMIC_KEYMAP_ENABLE = yes |
diff --git a/keyboards/wilba_tech/wt80_a/rules.mk b/keyboards/wilba_tech/wt80_a/rules.mk index 9b5bd1e7f..111c94ee8 100644 --- a/keyboards/wilba_tech/wt80_a/rules.mk +++ b/keyboards/wilba_tech/wt80_a/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = drivers/issi/is31fl3736.c \ | ||
| 3 | drivers/avr/i2c_master.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 6 | keyboards/wilba_tech/wt_main.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -18,7 +11,6 @@ MCU = atmega32u4 | |||
| 18 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 19 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 20 | 13 | ||
| 21 | |||
| 22 | # Build Options | 14 | # Build Options |
| 23 | # change yes to no to disable | 15 | # change yes to no to disable |
| 24 | # | 16 | # |
| @@ -37,3 +29,10 @@ UNICODE_ENABLE = no # Unicode | |||
| 37 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 39 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = drivers/issi/is31fl3736.c \ | ||
| 35 | drivers/avr/i2c_master.c \ | ||
| 36 | quantum/color.c \ | ||
| 37 | keyboards/wilba_tech/wt_mono_backlight.c \ | ||
| 38 | keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/wt8_a/rules.mk b/keyboards/wilba_tech/wt8_a/rules.mk index 5e87a2995..7d1c2aa1b 100644 --- a/keyboards/wilba_tech/wt8_a/rules.mk +++ b/keyboards/wilba_tech/wt8_a/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c | ||
| 3 | |||
| 4 | # MCU name | 1 | # MCU name |
| 5 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 6 | 3 | ||
| @@ -32,3 +29,6 @@ UNICODE_ENABLE = no # Unicode | |||
| 32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 33 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 34 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | |||
| 33 | # project specific files | ||
| 34 | SRC = keyboards/wilba_tech/wt_main.c | ||
diff --git a/keyboards/wilba_tech/zeal60/rules.mk b/keyboards/wilba_tech/zeal60/rules.mk index b8d63050c..11f3867de 100644 --- a/keyboards/wilba_tech/zeal60/rules.mk +++ b/keyboards/wilba_tech/zeal60/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 3 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | drivers/issi/is31fl3731.c \ | ||
| 6 | drivers/avr/i2c_master.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -48,3 +41,10 @@ DYNAMIC_KEYMAP_ENABLE = yes | |||
| 48 | CIE1931_CURVE = yes | 41 | CIE1931_CURVE = yes |
| 49 | 42 | ||
| 50 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift | 43 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift |
| 44 | |||
| 45 | # project specific files | ||
| 46 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 47 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 48 | quantum/color.c \ | ||
| 49 | drivers/issi/is31fl3731.c \ | ||
| 50 | drivers/avr/i2c_master.c | ||
diff --git a/keyboards/wilba_tech/zeal65/rules.mk b/keyboards/wilba_tech/zeal65/rules.mk index f0df99656..6c8783eb2 100644 --- a/keyboards/wilba_tech/zeal65/rules.mk +++ b/keyboards/wilba_tech/zeal65/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 3 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 4 | quantum/color.c \ | ||
| 5 | drivers/issi/is31fl3731.c \ | ||
| 6 | drivers/avr/i2c_master.c | ||
| 7 | |||
| 8 | # MCU name | 1 | # MCU name |
| 9 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 10 | 3 | ||
| @@ -46,3 +39,10 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 46 | RAW_ENABLE = yes | 39 | RAW_ENABLE = yes |
| 47 | DYNAMIC_KEYMAP_ENABLE = yes | 40 | DYNAMIC_KEYMAP_ENABLE = yes |
| 48 | CIE1931_CURVE = yes | 41 | CIE1931_CURVE = yes |
| 42 | |||
| 43 | # project specific files | ||
| 44 | SRC = keyboards/wilba_tech/wt_main.c \ | ||
| 45 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 46 | quantum/color.c \ | ||
| 47 | drivers/issi/is31fl3731.c \ | ||
| 48 | drivers/avr/i2c_master.c | ||
