diff options
Diffstat (limited to 'keyboards/bm40hsrgb')
| -rwxr-xr-x | keyboards/bm40hsrgb/config.h | 4 | ||||
| -rw-r--r-- | keyboards/bm40hsrgb/keymaps/signynt/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/bm40hsrgb/keymaps/signynt_2_loud/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/bm40hsrgb/keymaps/signynt_2_quiet/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/bm40hsrgb/keymaps/via/rules.mk | 1 | ||||
| -rwxr-xr-x | keyboards/bm40hsrgb/rules.mk | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/bm40hsrgb/config.h b/keyboards/bm40hsrgb/config.h index dd66d3b39..554927a49 100755 --- a/keyboards/bm40hsrgb/config.h +++ b/keyboards/bm40hsrgb/config.h | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | # define RGB_MATRIX_KEYPRESSES // reacts to keypresses | 51 | # define RGB_MATRIX_KEYPRESSES // reacts to keypresses |
| 52 | # define RGBLIGHT_LIMIT_VAL 180 // Limit to vendor-recommended value | 52 | # define RGBLIGHT_LIMIT_VAL 180 // Limit to vendor-recommended value |
| 53 | #endif | 53 | #endif |
| 54 | #ifndef RGB_DISABLE_WHEN_USB_SUSPENDED | 54 | #ifdef RGB_MATRIX_ENABLE |
| 55 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 55 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
| 56 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value | 56 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value |
| 57 | #endif | 57 | #endif |
diff --git a/keyboards/bm40hsrgb/keymaps/signynt/rules.mk b/keyboards/bm40hsrgb/keymaps/signynt/rules.mk index 29b992b60..73ac4823d 100644 --- a/keyboards/bm40hsrgb/keymaps/signynt/rules.mk +++ b/keyboards/bm40hsrgb/keymaps/signynt/rules.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #rules | 1 | #rules |
| 2 | 2 | ||
| 3 | MOUSEKEY_ENABLE = yes # Mouse keys | 3 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 4 | BOOTMAGIC_ENABLE = full | 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 5 | EXTRAKEY_ENABLE = yes # Audio control and System control | 5 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 6 | TAP_DANCE_ENABLE = yes | 6 | TAP_DANCE_ENABLE = yes |
| 7 | #RGB_MATRIX_ENABLE = no | 7 | #RGB_MATRIX_ENABLE = no |
diff --git a/keyboards/bm40hsrgb/keymaps/signynt_2_loud/rules.mk b/keyboards/bm40hsrgb/keymaps/signynt_2_loud/rules.mk index 29b992b60..73ac4823d 100644 --- a/keyboards/bm40hsrgb/keymaps/signynt_2_loud/rules.mk +++ b/keyboards/bm40hsrgb/keymaps/signynt_2_loud/rules.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #rules | 1 | #rules |
| 2 | 2 | ||
| 3 | MOUSEKEY_ENABLE = yes # Mouse keys | 3 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 4 | BOOTMAGIC_ENABLE = full | 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 5 | EXTRAKEY_ENABLE = yes # Audio control and System control | 5 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 6 | TAP_DANCE_ENABLE = yes | 6 | TAP_DANCE_ENABLE = yes |
| 7 | #RGB_MATRIX_ENABLE = no | 7 | #RGB_MATRIX_ENABLE = no |
diff --git a/keyboards/bm40hsrgb/keymaps/signynt_2_quiet/rules.mk b/keyboards/bm40hsrgb/keymaps/signynt_2_quiet/rules.mk index 29b992b60..73ac4823d 100644 --- a/keyboards/bm40hsrgb/keymaps/signynt_2_quiet/rules.mk +++ b/keyboards/bm40hsrgb/keymaps/signynt_2_quiet/rules.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #rules | 1 | #rules |
| 2 | 2 | ||
| 3 | MOUSEKEY_ENABLE = yes # Mouse keys | 3 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 4 | BOOTMAGIC_ENABLE = full | 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 5 | EXTRAKEY_ENABLE = yes # Audio control and System control | 5 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 6 | TAP_DANCE_ENABLE = yes | 6 | TAP_DANCE_ENABLE = yes |
| 7 | #RGB_MATRIX_ENABLE = no | 7 | #RGB_MATRIX_ENABLE = no |
diff --git a/keyboards/bm40hsrgb/keymaps/via/rules.mk b/keyboards/bm40hsrgb/keymaps/via/rules.mk index 1e5b99807..36b7ba9cb 100644 --- a/keyboards/bm40hsrgb/keymaps/via/rules.mk +++ b/keyboards/bm40hsrgb/keymaps/via/rules.mk | |||
| @@ -1 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | LTO_ENABLE = yes | ||
diff --git a/keyboards/bm40hsrgb/rules.mk b/keyboards/bm40hsrgb/rules.mk index 426c99c98..a2dad1d0d 100755 --- a/keyboards/bm40hsrgb/rules.mk +++ b/keyboards/bm40hsrgb/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
