aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/cannonkeys/ortho48/rules.mk1
-rw-r--r--keyboards/cannonkeys/ortho60/rules.mk1
-rw-r--r--keyboards/cannonkeys/ortho75/rules.mk1
-rw-r--r--keyboards/cannonkeys/practice60/rules.mk1
-rw-r--r--keyboards/cannonkeys/practice65/rules.mk1
-rw-r--r--keyboards/clueboard/66_hotswap/gen1/led.c1
-rw-r--r--keyboards/clueboard/66_hotswap/gen1/matrix.c1
-rw-r--r--keyboards/clueboard/66_hotswap/gen1/rules.mk1
-rw-r--r--keyboards/ergodox_infinity/rules.mk1
-rw-r--r--keyboards/whitefox/rules.mk1
10 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/cannonkeys/ortho48/rules.mk b/keyboards/cannonkeys/ortho48/rules.mk
index 4bca8fde0..808bcacf2 100644
--- a/keyboards/cannonkeys/ortho48/rules.mk
+++ b/keyboards/cannonkeys/ortho48/rules.mk
@@ -22,6 +22,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
23NKRO_ENABLE = yes # USB Nkey Rollover 23NKRO_ENABLE = yes # USB Nkey Rollover
24BACKLIGHT_ENABLE = yes 24BACKLIGHT_ENABLE = yes
25BACKLIGHT_DRIVER = custom
25RGBLIGHT_ENABLE = yes 26RGBLIGHT_ENABLE = yes
26 27
27LAYOUTS = ortho_4x12 28LAYOUTS = ortho_4x12
diff --git a/keyboards/cannonkeys/ortho60/rules.mk b/keyboards/cannonkeys/ortho60/rules.mk
index d2fa535f4..bd79bb7ea 100644
--- a/keyboards/cannonkeys/ortho60/rules.mk
+++ b/keyboards/cannonkeys/ortho60/rules.mk
@@ -22,6 +22,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
23NKRO_ENABLE = yes # USB Nkey Rollover 23NKRO_ENABLE = yes # USB Nkey Rollover
24BACKLIGHT_ENABLE = yes 24BACKLIGHT_ENABLE = yes
25BACKLIGHT_DRIVER = custom
25RGBLIGHT_ENABLE = yes 26RGBLIGHT_ENABLE = yes
26 27
27LAYOUTS = ortho_5x12 28LAYOUTS = ortho_5x12
diff --git a/keyboards/cannonkeys/ortho75/rules.mk b/keyboards/cannonkeys/ortho75/rules.mk
index 5b90e87fd..e5e832dba 100644
--- a/keyboards/cannonkeys/ortho75/rules.mk
+++ b/keyboards/cannonkeys/ortho75/rules.mk
@@ -22,6 +22,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
23NKRO_ENABLE = yes # USB Nkey Rollover 23NKRO_ENABLE = yes # USB Nkey Rollover
24BACKLIGHT_ENABLE = yes 24BACKLIGHT_ENABLE = yes
25BACKLIGHT_DRIVER = custom
25RGBLIGHT_ENABLE = yes 26RGBLIGHT_ENABLE = yes
26ENCODER_ENABLE = yes 27ENCODER_ENABLE = yes
27 28
diff --git a/keyboards/cannonkeys/practice60/rules.mk b/keyboards/cannonkeys/practice60/rules.mk
index 7c3fec31e..1fae41d66 100644
--- a/keyboards/cannonkeys/practice60/rules.mk
+++ b/keyboards/cannonkeys/practice60/rules.mk
@@ -22,6 +22,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
23NKRO_ENABLE = yes # USB Nkey Rollover 23NKRO_ENABLE = yes # USB Nkey Rollover
24BACKLIGHT_ENABLE = yes 24BACKLIGHT_ENABLE = yes
25BACKLIGHT_DRIVER = custom
25RGBLIGHT_ENABLE = yes 26RGBLIGHT_ENABLE = yes
26 27
27LAYOUTS = 60_ansi 28LAYOUTS = 60_ansi
diff --git a/keyboards/cannonkeys/practice65/rules.mk b/keyboards/cannonkeys/practice65/rules.mk
index b43e591ae..122dcf8f2 100644
--- a/keyboards/cannonkeys/practice65/rules.mk
+++ b/keyboards/cannonkeys/practice65/rules.mk
@@ -22,4 +22,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
23NKRO_ENABLE = yes # USB Nkey Rollover 23NKRO_ENABLE = yes # USB Nkey Rollover
24BACKLIGHT_ENABLE = yes 24BACKLIGHT_ENABLE = yes
25BACKLIGHT_DRIVER = custom
25RGBLIGHT_ENABLE = yes 26RGBLIGHT_ENABLE = yes
diff --git a/keyboards/clueboard/66_hotswap/gen1/led.c b/keyboards/clueboard/66_hotswap/gen1/led.c
index efbf53202..f67259d2e 100644
--- a/keyboards/clueboard/66_hotswap/gen1/led.c
+++ b/keyboards/clueboard/66_hotswap/gen1/led.c
@@ -16,6 +16,5 @@
16*/ 16*/
17 17
18#include "hal.h" 18#include "hal.h"
19#include "backlight.h"
20#include "led.h" 19#include "led.h"
21#include "printf.h" 20#include "printf.h"
diff --git a/keyboards/clueboard/66_hotswap/gen1/matrix.c b/keyboards/clueboard/66_hotswap/gen1/matrix.c
index c3e59b564..05386215e 100644
--- a/keyboards/clueboard/66_hotswap/gen1/matrix.c
+++ b/keyboards/clueboard/66_hotswap/gen1/matrix.c
@@ -5,7 +5,6 @@
5#include "timer.h" 5#include "timer.h"
6#include "wait.h" 6#include "wait.h"
7#include "printf.h" 7#include "printf.h"
8#include "backlight.h"
9#include "matrix.h" 8#include "matrix.h"
10#include "action.h" 9#include "action.h"
11#include "keycode.h" 10#include "keycode.h"
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk
index 50f140def..1de003ce5 100644
--- a/keyboards/clueboard/66_hotswap/gen1/rules.mk
+++ b/keyboards/clueboard/66_hotswap/gen1/rules.mk
@@ -7,7 +7,6 @@ LED_MATRIX_ENABLE = IS31FL3731
7# Build Options 7# Build Options
8# comment out to disable the options. 8# comment out to disable the options.
9# 9#
10BACKLIGHT_ENABLE = yes
11BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
12## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) 11## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
13MOUSEKEY_ENABLE = yes # Mouse keys 12MOUSEKEY_ENABLE = yes # Mouse keys
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk
index b55c9bc8c..4e39ac808 100644
--- a/keyboards/ergodox_infinity/rules.mk
+++ b/keyboards/ergodox_infinity/rules.mk
@@ -79,6 +79,7 @@ SERIAL_LINK_ENABLE = yes
79VISUALIZER_ENABLE = yes 79VISUALIZER_ENABLE = yes
80LCD_ENABLE = yes 80LCD_ENABLE = yes
81BACKLIGHT_ENABLE = yes 81BACKLIGHT_ENABLE = yes
82BACKLIGHT_DRIVER = custom
82LCD_BACKLIGHT_ENABLE = yes 83LCD_BACKLIGHT_ENABLE = yes
83MIDI_ENABLE = no 84MIDI_ENABLE = no
84RGBLIGHT_ENABLE = no 85RGBLIGHT_ENABLE = no
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk
index 59332d1d5..7b3328500 100644
--- a/keyboards/whitefox/rules.mk
+++ b/keyboards/whitefox/rules.mk
@@ -72,6 +72,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
72NKRO_ENABLE = yes # USB Nkey Rollover 72NKRO_ENABLE = yes # USB Nkey Rollover
73CUSTOM_MATRIX = yes # Custom matrix file 73CUSTOM_MATRIX = yes # Custom matrix file
74BACKLIGHT_ENABLE = yes 74BACKLIGHT_ENABLE = yes
75BACKLIGHT_DRIVER = custom
75VISUALIZER_ENABLE = yes 76VISUALIZER_ENABLE = yes
76 77
77LED_DRIVER = is31fl3731c 78LED_DRIVER = is31fl3731c