diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-18 12:55:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 12:55:44 +0100 |
| commit | 01b702bece4de0aa17c1df39a3305a1b643fd762 (patch) | |
| tree | 73c898da1a4d9408b95c7441fc7a01f9aac728c9 /keyboards | |
| parent | e50867d52d9c255570630a23514842749b45e4c1 (diff) | |
| download | qmk_firmware-01b702bece4de0aa17c1df39a3305a1b643fd762.tar.gz qmk_firmware-01b702bece4de0aa17c1df39a3305a1b643fd762.zip | |
Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)
* DRIVER -> ENABLE
* Update generic_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update common_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/boston_meetup/2019/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/c39/keymaps/drashna/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/hadron/ver3/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/ibm/model_m_4th_gen/overnumpad_1xb/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/splitkb/zima/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/xw60/rules.mk | 3 |
10 files changed, 23 insertions, 12 deletions
diff --git a/keyboards/boston_meetup/2019/rules.mk b/keyboards/boston_meetup/2019/rules.mk index b7b6870a2..6468f47b7 100644 --- a/keyboards/boston_meetup/2019/rules.mk +++ b/keyboards/boston_meetup/2019/rules.mk | |||
| @@ -22,6 +22,7 @@ AUDIO_ENABLE = yes # Audio output | |||
| 22 | RGBLIGHT_ENABLE = no | 22 | RGBLIGHT_ENABLE = no |
| 23 | RGB_MATRIX_ENABLE = no | 23 | RGB_MATRIX_ENABLE = no |
| 24 | RGB_MATRIX_DRIVER = WS2812 | 24 | RGB_MATRIX_DRIVER = WS2812 |
| 25 | HAPTIC_ENABLE += DRV2605L | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = DRV2605L | ||
| 26 | OLED_ENABLE = yes | 27 | OLED_ENABLE = yes |
| 27 | OLED_DRIVER = SSD1306 | 28 | OLED_DRIVER = SSD1306 |
diff --git a/keyboards/c39/keymaps/drashna/rules.mk b/keyboards/c39/keymaps/drashna/rules.mk index c05f6a4be..0e5a4cbeb 100644 --- a/keyboards/c39/keymaps/drashna/rules.mk +++ b/keyboards/c39/keymaps/drashna/rules.mk | |||
| @@ -13,6 +13,7 @@ COMMAND_ENABLE = yes | |||
| 13 | NKRO_ENABLE = yes | 13 | NKRO_ENABLE = yes |
| 14 | AUDIO_ENABLE = yes | 14 | AUDIO_ENABLE = yes |
| 15 | UNICODE_ENABLE = yes | 15 | UNICODE_ENABLE = yes |
| 16 | HAPTIC_ENABLE = SOLENOID | 16 | HAPTIC_ENABLE = yes |
| 17 | HAPTIC_DRIVER = SOLENOID | ||
| 17 | 18 | ||
| 18 | RGBLIGHT_STARTUP_ANIMATION = yes | 19 | RGBLIGHT_STARTUP_ANIMATION = yes |
diff --git a/keyboards/hadron/ver3/rules.mk b/keyboards/hadron/ver3/rules.mk index ad753a5ff..c8681a141 100644 --- a/keyboards/hadron/ver3/rules.mk +++ b/keyboards/hadron/ver3/rules.mk | |||
| @@ -21,7 +21,8 @@ AUDIO_ENABLE = yes | |||
| 21 | RGBLIGHT_ENABLE = yes | 21 | RGBLIGHT_ENABLE = yes |
| 22 | RGB_MATRIX_ENABLE = no # once arm_rgb is implemented | 22 | RGB_MATRIX_ENABLE = no # once arm_rgb is implemented |
| 23 | RGB_MATRIX_DRIVER = WS2812 | 23 | RGB_MATRIX_DRIVER = WS2812 |
| 24 | HAPTIC_ENABLE += DRV2605L | 24 | HAPTIC_ENABLE = yes |
| 25 | HAPTIC_DRIVER = DRV2605L | ||
| 25 | OLED_ENABLE = yes | 26 | OLED_ENABLE = yes |
| 26 | OLED_DRIVER = SSD1306 | 27 | OLED_DRIVER = SSD1306 |
| 27 | ENCODER_ENABLER = yes | 28 | ENCODER_ENABLER = yes |
diff --git a/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/rules.mk b/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/rules.mk index 507f4fcd3..7837adcbd 100644 --- a/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/rules.mk +++ b/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/rules.mk | |||
| @@ -22,4 +22,5 @@ ENCODER_ENABLE = no # Enable rotary encoder support | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra | 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra |
| 24 | 24 | ||
| 25 | HAPTIC_ENABLE += SOLENOID | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = SOLENOID | ||
diff --git a/keyboards/splitkb/zima/rules.mk b/keyboards/splitkb/zima/rules.mk index ecb6fd7cf..657475a02 100644 --- a/keyboards/splitkb/zima/rules.mk +++ b/keyboards/splitkb/zima/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 = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # 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 |
| @@ -22,7 +22,8 @@ AUDIO_ENABLE = yes # Audio output | |||
| 22 | 22 | ||
| 23 | ENCODER_ENABLE = yes # ENables the use of one or more encoders | 23 | ENCODER_ENABLE = yes # ENables the use of one or more encoders |
| 24 | OLED_ENABLE = yes | 24 | OLED_ENABLE = yes |
| 25 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | 25 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays |
| 26 | HAPTIC_ENABLE += DRV2605L # Supported but not included by defaut | 26 | HAPTIC_ENABLE = yes # Supported but not included by defaut |
| 27 | HAPTIC_DRIVER = DRV2605L | ||
| 27 | 28 | ||
| 28 | LTO_ENABLE = yes | 29 | LTO_ENABLE = yes |
diff --git a/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/rules.mk b/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/rules.mk index 507f4fcd3..7837adcbd 100644 --- a/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/rules.mk +++ b/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/rules.mk | |||
| @@ -22,4 +22,5 @@ ENCODER_ENABLE = no # Enable rotary encoder support | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra | 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra |
| 24 | 24 | ||
| 25 | HAPTIC_ENABLE += SOLENOID | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = SOLENOID | ||
diff --git a/keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/rules.mk b/keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/rules.mk index 30eb89bb7..2886985a0 100644 --- a/keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/rules.mk +++ b/keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/rules.mk | |||
| @@ -22,5 +22,7 @@ ENCODER_ENABLE = no # Enable rotary encoder support | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra | 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra |
| 24 | 24 | ||
| 25 | HAPTIC_ENABLE += SOLENOID | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = SOLENOID | ||
| 27 | |||
| 26 | LAYOUTS = fullsize_ansi fullsize_iso | 28 | LAYOUTS = fullsize_ansi fullsize_iso |
diff --git a/keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/rules.mk b/keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/rules.mk index 507f4fcd3..7837adcbd 100644 --- a/keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/rules.mk +++ b/keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/rules.mk | |||
| @@ -22,4 +22,5 @@ ENCODER_ENABLE = no # Enable rotary encoder support | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra | 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra |
| 24 | 24 | ||
| 25 | HAPTIC_ENABLE += SOLENOID | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = SOLENOID | ||
diff --git a/keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/rules.mk b/keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/rules.mk index 507f4fcd3..7837adcbd 100644 --- a/keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/rules.mk +++ b/keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/rules.mk | |||
| @@ -22,4 +22,5 @@ ENCODER_ENABLE = no # Enable rotary encoder support | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra | 23 | KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra |
| 24 | 24 | ||
| 25 | HAPTIC_ENABLE += SOLENOID | 25 | HAPTIC_ENABLE = yes |
| 26 | HAPTIC_DRIVER = SOLENOID | ||
diff --git a/keyboards/xw60/rules.mk b/keyboards/xw60/rules.mk index 5921be64c..fc192e059 100644 --- a/keyboards/xw60/rules.mk +++ b/keyboards/xw60/rules.mk | |||
| @@ -17,6 +17,7 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: ht | |||
| 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 18 | AUDIO_ENABLE = no # Audio output | 18 | AUDIO_ENABLE = no # Audio output |
| 19 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 19 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 20 | HAPTIC_ENABLE += SOLENOID | 20 | HAPTIC_ENABLE = yes |
| 21 | HAPTIC_DRIVER = SOLENOID | ||
| 21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
