diff options
| author | Felix Jen <fjen@felixjen.com> | 2021-09-15 10:18:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 10:18:47 -0700 |
| commit | 4b7503097c28f33686073e37061bd178b8359600 (patch) | |
| tree | aa031f801bd6af2d6512365b3a03d283d028d3a0 | |
| parent | 0097886db62f25eb495cf8941867f89d397d9251 (diff) | |
| download | qmk_firmware-4b7503097c28f33686073e37061bd178b8359600.tar.gz qmk_firmware-4b7503097c28f33686073e37061bd178b8359600.zip | |
[Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code (#14393)
| -rw-r--r-- | keyboards/fjlabs/bks65/config.h | 11 | ||||
| -rw-r--r-- | keyboards/fjlabs/bks65/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/bks65solder/config.h | 11 | ||||
| -rw-r--r-- | keyboards/fjlabs/bks65solder/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/bolsa65/config.h | 11 | ||||
| -rw-r--r-- | keyboards/fjlabs/bolsa65/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/kf87/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/ldk65/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/midway60/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/polaris/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/fjlabs/ready100/config.h | 11 | ||||
| -rw-r--r-- | keyboards/fjlabs/ready100/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lucid/alexa/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lucid/kbd8x_hs/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lucid/phantom_hs/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lucid/phantom_solder/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lucid/scarlet/rules.mk | 2 |
17 files changed, 53 insertions, 17 deletions
diff --git a/keyboards/fjlabs/bks65/config.h b/keyboards/fjlabs/bks65/config.h index 05bcaa56f..37cb2b687 100644 --- a/keyboards/fjlabs/bks65/config.h +++ b/keyboards/fjlabs/bks65/config.h | |||
| @@ -63,7 +63,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Define RGB Underglow */ | 63 | /* Define RGB Underglow */ |
| 64 | #define RGB_DI_PIN B0 | 64 | #define RGB_DI_PIN B0 |
| 65 | #define RGBLED_NUM 24 | 65 | #define RGBLED_NUM 24 |
| 66 | #define RGBLIGHT_ANIMATIONS | 66 | #define RGBLIGHT_EFFECT_BREATHING |
| 67 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 68 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 69 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 70 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 71 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 72 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 73 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 74 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 75 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 67 | /* #define RGBLIGHT_LAYER_BLINK*/ | 76 | /* #define RGBLIGHT_LAYER_BLINK*/ |
| 68 | 77 | ||
| 69 | /* Define Indicator LED's */ | 78 | /* Define Indicator LED's */ |
diff --git a/keyboards/fjlabs/bks65/rules.mk b/keyboards/fjlabs/bks65/rules.mk index 11de777e8..37fccd0e9 100644 --- a/keyboards/fjlabs/bks65/rules.mk +++ b/keyboards/fjlabs/bks65/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/bks65solder/config.h b/keyboards/fjlabs/bks65solder/config.h index 94bb5157e..6b3839c8c 100644 --- a/keyboards/fjlabs/bks65solder/config.h +++ b/keyboards/fjlabs/bks65solder/config.h | |||
| @@ -63,7 +63,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Define RGB Underglow */ | 63 | /* Define RGB Underglow */ |
| 64 | #define RGB_DI_PIN B0 | 64 | #define RGB_DI_PIN B0 |
| 65 | #define RGBLED_NUM 24 | 65 | #define RGBLED_NUM 24 |
| 66 | #define RGBLIGHT_ANIMATIONS | 66 | #define RGBLIGHT_EFFECT_BREATHING |
| 67 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 68 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 69 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 70 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 71 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 72 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 73 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 74 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 75 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 67 | /* #define RGBLIGHT_LAYER_BLINK*/ | 76 | /* #define RGBLIGHT_LAYER_BLINK*/ |
| 68 | 77 | ||
| 69 | /* Define less important options */ | 78 | /* Define less important options */ |
diff --git a/keyboards/fjlabs/bks65solder/rules.mk b/keyboards/fjlabs/bks65solder/rules.mk index 11de777e8..37fccd0e9 100644 --- a/keyboards/fjlabs/bks65solder/rules.mk +++ b/keyboards/fjlabs/bks65solder/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/bolsa65/config.h b/keyboards/fjlabs/bolsa65/config.h index c38da9707..c53d2ab65 100644 --- a/keyboards/fjlabs/bolsa65/config.h +++ b/keyboards/fjlabs/bolsa65/config.h | |||
| @@ -63,7 +63,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Define RGB Underglow | 63 | /* Define RGB Underglow |
| 64 | #define RGB_DI_PIN B0 | 64 | #define RGB_DI_PIN B0 |
| 65 | #define RGBLED_NUM 24 | 65 | #define RGBLED_NUM 24 |
| 66 | #define RGBLIGHT_ANIMATIONS */ | 66 | #define RGBLIGHT_EFFECT_BREATHING |
| 67 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 68 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 69 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 70 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 71 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 72 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 73 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 74 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 75 | #define RGBLIGHT_EFFECT_TWINKLE */ | ||
| 67 | /* #define RGBLIGHT_LAYER_BLINK*/ | 76 | /* #define RGBLIGHT_LAYER_BLINK*/ |
| 68 | 77 | ||
| 69 | /* Define less important options */ | 78 | /* Define less important options */ |
diff --git a/keyboards/fjlabs/bolsa65/rules.mk b/keyboards/fjlabs/bolsa65/rules.mk index 59b02d34f..956c2f9ce 100644 --- a/keyboards/fjlabs/bolsa65/rules.mk +++ b/keyboards/fjlabs/bolsa65/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/kf87/rules.mk b/keyboards/fjlabs/kf87/rules.mk index 0aa4feb99..e8e606b5b 100644 --- a/keyboards/fjlabs/kf87/rules.mk +++ b/keyboards/fjlabs/kf87/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/ldk65/rules.mk b/keyboards/fjlabs/ldk65/rules.mk index 521853c65..2bee6a4b9 100644 --- a/keyboards/fjlabs/ldk65/rules.mk +++ b/keyboards/fjlabs/ldk65/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/midway60/rules.mk b/keyboards/fjlabs/midway60/rules.mk index 4c426416f..57c789f90 100644 --- a/keyboards/fjlabs/midway60/rules.mk +++ b/keyboards/fjlabs/midway60/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/polaris/rules.mk b/keyboards/fjlabs/polaris/rules.mk index 4c426416f..57c789f90 100644 --- a/keyboards/fjlabs/polaris/rules.mk +++ b/keyboards/fjlabs/polaris/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/fjlabs/ready100/config.h b/keyboards/fjlabs/ready100/config.h index a0e8d5614..a32f9d94a 100644 --- a/keyboards/fjlabs/ready100/config.h +++ b/keyboards/fjlabs/ready100/config.h | |||
| @@ -63,7 +63,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Define RGB Underglow */ | 63 | /* Define RGB Underglow */ |
| 64 | #define RGB_DI_PIN F7 | 64 | #define RGB_DI_PIN F7 |
| 65 | #define RGBLED_NUM 64 | 65 | #define RGBLED_NUM 64 |
| 66 | #define RGBLIGHT_ANIMATIONS | 66 | #define RGBLIGHT_EFFECT_BREATHING |
| 67 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 68 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 69 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 70 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 71 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 72 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 73 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 74 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 75 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 67 | #define RGBLIGHT_LIMIT_VAL 108 | 76 | #define RGBLIGHT_LIMIT_VAL 108 |
| 68 | #define RGB_VAL_STEP 12 | 77 | #define RGB_VAL_STEP 12 |
| 69 | /* #define RGBLIGHT_LAYER_BLINK*/ | 78 | /* #define RGBLIGHT_LAYER_BLINK*/ |
diff --git a/keyboards/fjlabs/ready100/rules.mk b/keyboards/fjlabs/ready100/rules.mk index 3223e0045..fb8e1bc71 100644 --- a/keyboards/fjlabs/ready100/rules.mk +++ b/keyboards/fjlabs/ready100/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/lucid/alexa/rules.mk b/keyboards/lucid/alexa/rules.mk index 200fb53ef..b1d63c682 100644 --- a/keyboards/lucid/alexa/rules.mk +++ b/keyboards/lucid/alexa/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/lucid/kbd8x_hs/rules.mk b/keyboards/lucid/kbd8x_hs/rules.mk index e742728c2..ca14808aa 100644 --- a/keyboards/lucid/kbd8x_hs/rules.mk +++ b/keyboards/lucid/kbd8x_hs/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/lucid/phantom_hs/rules.mk b/keyboards/lucid/phantom_hs/rules.mk index 59b02d34f..b1d63c682 100644 --- a/keyboards/lucid/phantom_hs/rules.mk +++ b/keyboards/lucid/phantom_hs/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/lucid/phantom_solder/rules.mk b/keyboards/lucid/phantom_solder/rules.mk index 6a4e682c0..58e569b73 100644 --- a/keyboards/lucid/phantom_solder/rules.mk +++ b/keyboards/lucid/phantom_solder/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/lucid/scarlet/rules.mk b/keyboards/lucid/scarlet/rules.mk index 02bd5f08f..916eb9fbb 100644 --- a/keyboards/lucid/scarlet/rules.mk +++ b/keyboards/lucid/scarlet/rules.mk | |||
| @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu | |||
| 10 | # Build Options | 10 | # Build Options |
| 11 | # change yes to no to disable | 11 | # change yes to no to disable |
| 12 | # | 12 | # |
| 13 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
