diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-02-09 09:49:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 09:49:05 -0800 |
| commit | 7161d650705afb86b0874d95d72d15cf134f4148 (patch) | |
| tree | feddeedd645c41bebcd1b8ab3972ee634bebe697 /keyboards/40percentclub | |
| parent | 738bd263c18de8f78cc98311b40c79a84ae3be33 (diff) | |
| download | qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.tar.gz qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.zip | |
Remove FAUXCLICKY feature (deprecated) (#11829)
Diffstat (limited to 'keyboards/40percentclub')
| -rw-r--r-- | keyboards/40percentclub/25/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/4pack/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/4x4/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/5x5/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/6lit/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/foobar/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/40percentclub/half_n_half/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/i75/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/nein/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/nori/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/40percentclub/ut47/rules.mk | 1 |
12 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/40percentclub/25/rules.mk b/keyboards/40percentclub/25/rules.mk index 3c263d5bf..d01803957 100644 --- a/keyboards/40percentclub/25/rules.mk +++ b/keyboards/40percentclub/25/rules.mk | |||
| @@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 33 | 32 | ||
| 34 | # Enable generic behavior for split boards | 33 | # Enable generic behavior for split boards |
| 35 | SPLIT_KEYBOARD = yes | 34 | SPLIT_KEYBOARD = yes |
diff --git a/keyboards/40percentclub/4pack/rules.mk b/keyboards/40percentclub/4pack/rules.mk index 94ad9cb6f..a94516139 100644 --- a/keyboards/40percentclub/4pack/rules.mk +++ b/keyboards/40percentclub/4pack/rules.mk | |||
| @@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
diff --git a/keyboards/40percentclub/4x4/rules.mk b/keyboards/40percentclub/4x4/rules.mk index e092372d7..91b609103 100644 --- a/keyboards/40percentclub/4x4/rules.mk +++ b/keyboards/40percentclub/4x4/rules.mk | |||
| @@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | 31 | ||
| 33 | LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16 | 32 | LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16 |
| 34 | 33 | ||
diff --git a/keyboards/40percentclub/5x5/rules.mk b/keyboards/40percentclub/5x5/rules.mk index e0236aa26..ae36f660e 100644 --- a/keyboards/40percentclub/5x5/rules.mk +++ b/keyboards/40percentclub/5x5/rules.mk | |||
| @@ -28,6 +28,5 @@ MIDI_ENABLE = no # MIDI support | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | 31 | ||
| 33 | LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15 | 32 | LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15 |
diff --git a/keyboards/40percentclub/6lit/rules.mk b/keyboards/40percentclub/6lit/rules.mk index f1b426d06..8d32d2c3f 100644 --- a/keyboards/40percentclub/6lit/rules.mk +++ b/keyboards/40percentclub/6lit/rules.mk | |||
| @@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 33 | 32 | ||
| 34 | # Enable generic behavior for split boards | 33 | # Enable generic behavior for split boards |
| 35 | SPLIT_KEYBOARD = yes | 34 | SPLIT_KEYBOARD = yes |
diff --git a/keyboards/40percentclub/foobar/rules.mk b/keyboards/40percentclub/foobar/rules.mk index 3c80be1a9..7516c9bdd 100644 --- a/keyboards/40percentclub/foobar/rules.mk +++ b/keyboards/40percentclub/foobar/rules.mk | |||
| @@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 33 | 32 | ||
| 34 | # Enable generic behavior for split boards | 33 | # Enable generic behavior for split boards |
| 35 | SPLIT_KEYBOARD = yes | 34 | SPLIT_KEYBOARD = yes |
diff --git a/keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk b/keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk index a36a4fdad..8c48f5850 100644 --- a/keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk +++ b/keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk | |||
| @@ -6,11 +6,10 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
| 6 | CONSOLE_ENABLE = no # Console for debug | 6 | CONSOLE_ENABLE = no # Console for debug |
| 7 | COMMAND_ENABLE = no # Commands for debug and configuration | 7 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 8 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 8 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 9 | MIDI_ENABLE = no # MIDI support | 9 | MIDI_ENABLE = no # MIDI support |
| 10 | UNICODE_ENABLE = no # Unicode | 10 | UNICODE_ENABLE = no # Unicode |
| 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 12 | AUDIO_ENABLE = no # Audio output on port C6 | 12 | AUDIO_ENABLE = no # Audio output on port C6 |
| 13 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 14 | TAP_DANCE_ENABLE = no | 13 | TAP_DANCE_ENABLE = no |
| 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE) | 14 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE) |
| 16 | 15 | ||
diff --git a/keyboards/40percentclub/half_n_half/rules.mk b/keyboards/40percentclub/half_n_half/rules.mk index 23058393b..bd2b179d8 100644 --- a/keyboards/40percentclub/half_n_half/rules.mk +++ b/keyboards/40percentclub/half_n_half/rules.mk | |||
| @@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 33 | 32 | ||
| 34 | # Enable generic behavior for split boards | 33 | # Enable generic behavior for split boards |
| 35 | SPLIT_KEYBOARD = yes | 34 | SPLIT_KEYBOARD = yes |
diff --git a/keyboards/40percentclub/i75/rules.mk b/keyboards/40percentclub/i75/rules.mk index 98dc54b75..ba535b1c6 100644 --- a/keyboards/40percentclub/i75/rules.mk +++ b/keyboards/40percentclub/i75/rules.mk | |||
| @@ -16,7 +16,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 16 | UNICODE_ENABLE = no # Unicode | 16 | UNICODE_ENABLE = no # Unicode |
| 17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 18 | AUDIO_ENABLE = no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
| 19 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 20 | 19 | ||
| 21 | LAYOUTS = ortho_5x15 | 20 | LAYOUTS = ortho_5x15 |
| 22 | DEFAULT_FOLDER = 40percentclub/i75/promicro | 21 | DEFAULT_FOLDER = 40percentclub/i75/promicro |
diff --git a/keyboards/40percentclub/nein/rules.mk b/keyboards/40percentclub/nein/rules.mk index eed880ead..67b7f813e 100644 --- a/keyboards/40percentclub/nein/rules.mk +++ b/keyboards/40percentclub/nein/rules.mk | |||
| @@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
diff --git a/keyboards/40percentclub/nori/rules.mk b/keyboards/40percentclub/nori/rules.mk index df09b0bde..1b9766581 100644 --- a/keyboards/40percentclub/nori/rules.mk +++ b/keyboards/40percentclub/nori/rules.mk | |||
| @@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 33 | 32 | ||
| 34 | LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 | 33 | LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 |
| 35 | 34 | ||
diff --git a/keyboards/40percentclub/ut47/rules.mk b/keyboards/40percentclub/ut47/rules.mk index 9d21750b4..50868429a 100644 --- a/keyboards/40percentclub/ut47/rules.mk +++ b/keyboards/40percentclub/ut47/rules.mk | |||
| @@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | 31 | ||
| 33 | # custom matrix setup | 32 | # custom matrix setup |
| 34 | CUSTOM_MATRIX = yes | 33 | CUSTOM_MATRIX = yes |
