aboutsummaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wilba_tech')
-rw-r--r--keyboards/wilba_tech/rama_works_koyu/rules.mk14
-rw-r--r--keyboards/wilba_tech/rama_works_m10_b/rules.mk7
-rw-r--r--keyboards/wilba_tech/rama_works_m60_a/rules.mk16
-rw-r--r--keyboards/wilba_tech/rama_works_m6_a/rules.mk6
-rw-r--r--keyboards/wilba_tech/rama_works_m6_b/rules.mk14
-rw-r--r--keyboards/wilba_tech/rama_works_u80_a/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt60_a/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt60_a/rules.mk61
-rw-r--r--keyboards/wilba_tech/wt60_d/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt60_d/rules.mk8
-rw-r--r--keyboards/wilba_tech/wt65_a/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt65_a/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt65_b/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt65_b/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt69_a/rules.mk7
-rw-r--r--keyboards/wilba_tech/wt75_a/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt75_a/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt75_b/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt75_b/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt75_c/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt75_c/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt80_a/keymaps/via/rules.mk2
-rw-r--r--keyboards/wilba_tech/wt80_a/rules.mk15
-rw-r--r--keyboards/wilba_tech/wt8_a/rules.mk6
-rw-r--r--keyboards/wilba_tech/zeal60/rules.mk14
-rw-r--r--keyboards/wilba_tech/zeal65/rules.mk14
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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -47,4 +40,9 @@ RAW_ENABLE = yes
47DYNAMIC_KEYMAP_ENABLE = yes 40DYNAMIC_KEYMAP_ENABLE = yes
48CIE1931_CURVE = yes 41CIE1931_CURVE = yes
49 42
50#LAYOUTS = ??? 43# project specific files
44SRC = 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
2SRC = keyboards/wilba_tech/wt_main.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -14,7 +11,6 @@ MCU = atmega32u4
14# ATmega328P USBasp 11# ATmega328P USBasp
15BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37RAW_ENABLE = yes 33RAW_ENABLE = yes
38DYNAMIC_KEYMAP_ENABLE = yes 34DYNAMIC_KEYMAP_ENABLE = yes
35
36# project specific files
37SRC = 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
4SRC = 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
11MCU = atmega32u4 2MCU = atmega32u4
12 3
@@ -50,3 +41,10 @@ DYNAMIC_KEYMAP_ENABLE = yes
50CIE1931_CURVE = yes 41CIE1931_CURVE = yes
51 42
52LAYOUTS = 60_hhkb 43LAYOUTS = 60_hhkb
44
45# project specific files
46SRC = 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
2SRC = keyboards/wilba_tech/wt_main.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -19,7 +16,6 @@ BOOTLOADER = atmel-dfu
19# backlight effects. 16# backlight effects.
20OPT_DEFS += -DNO_SUSPEND_POWER_DOWN 17OPT_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
43DYNAMIC_KEYMAP_ENABLE = yes 39DYNAMIC_KEYMAP_ENABLE = yes
44CIE1931_CURVE = no 40CIE1931_CURVE = no
45 41
42# project specific files
43SRC = 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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -23,7 +16,6 @@ BOOTLOADER = atmel-dfu
23# backlight effects. 16# backlight effects.
24OPT_DEFS += -DNO_SUSPEND_POWER_DOWN 17OPT_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
47DYNAMIC_KEYMAP_ENABLE = yes 39DYNAMIC_KEYMAP_ENABLE = yes
48CIE1931_CURVE = yes 40CIE1931_CURVE = yes
49 41
42# project specific files
43SRC = 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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
41RAW_ENABLE = yes 33RAW_ENABLE = yes
42DYNAMIC_KEYMAP_ENABLE = yes 34DYNAMIC_KEYMAP_ENABLE = yes
43CIE1931_CURVE = yes 35CIE1931_CURVE = yes
36
37# project specific files
38SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = 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.
22F_CPU = 16000000
23
24
25#
26# LUFA specific
27#
28# Target architecture (see library "Board Types" documentation).
29ARCH = 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.
42F_USB = $(F_CPU)
43
44# Interrupt driven control endpoint task(+60)
45OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
46
47
48# Boot Section
49BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
67BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
68AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
69FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = keyboards/wilba_tech/wt_main.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -34,4 +31,7 @@ AUDIO_ENABLE = no # Audio output on port C6
34FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
35 32
36RAW_ENABLE = yes 33RAW_ENABLE = yes
37DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 34DYNAMIC_KEYMAP_ENABLE = yes
35
36# project specific files
37SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = keyboards/wilba_tech/wt_main.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -14,7 +11,6 @@ MCU = atmega32u4
14# ATmega328P USBasp 11# ATmega328P USBasp
15BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
33BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
34AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
35FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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 @@
1RAW_ENABLE = yes 1RAW_ENABLE = yes
2DYNAMIC_KEYMAP_ENABLE = yes \ No newline at end of file 2DYNAMIC_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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -18,7 +11,6 @@ MCU = atmega32u4
18# ATmega328P USBasp 11# ATmega328P USBasp
19BOOTLOADER = atmel-dfu 12BOOTLOADER = 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
37BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
38AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
39FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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
2SRC = keyboards/wilba_tech/wt_main.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -32,3 +29,6 @@ UNICODE_ENABLE = no # Unicode
32BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
33AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
34FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32
33# project specific files
34SRC = 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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -48,3 +41,10 @@ DYNAMIC_KEYMAP_ENABLE = yes
48CIE1931_CURVE = yes 41CIE1931_CURVE = yes
49 42
50LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift 43LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift
44
45# project specific files
46SRC = 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
2SRC = 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
9MCU = atmega32u4 2MCU = atmega32u4
10 3
@@ -46,3 +39,10 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
46RAW_ENABLE = yes 39RAW_ENABLE = yes
47DYNAMIC_KEYMAP_ENABLE = yes 40DYNAMIC_KEYMAP_ENABLE = yes
48CIE1931_CURVE = yes 41CIE1931_CURVE = yes
42
43# project specific files
44SRC = 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