Skip to content

Commit 7161d65

Browse files
authored
Remove FAUXCLICKY feature (deprecated) (#11829)
1 parent 738bd26 commit 7161d65

File tree

483 files changed

+48
-750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+48
-750
lines changed

common_features.mk

-5
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ ifeq ($(strip $(VIRTSER_ENABLE)), yes)
8080
OPT_DEFS += -DVIRTSER_ENABLE
8181
endif
8282

83-
ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
84-
OPT_DEFS += -DFAUXCLICKY_ENABLE
85-
SRC += $(QUANTUM_DIR)/fauxclicky.c
86-
endif
87-
8883
ifeq ($(strip $(MOUSEKEY_ENABLE)), yes)
8984
OPT_DEFS += -DMOUSEKEY_ENABLE
9085
OPT_DEFS += -DMOUSE_ENABLE

docs/feature_audio.md

-6

docs/getting_started_make_guide.md

-4

docs/ja/feature_audio.md

-6

docs/ja/getting_started_make_guide.md

-4

keyboards/1upkeyboards/1up60hse/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332
EXTRAFLAGS += -flto
3433

3534
LAYOUTS = 60_ansi

keyboards/1upkeyboards/super16/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ MIDI_ENABLE = no # MIDI support
3131
UNICODE_ENABLE = no # Unicode
3232
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3333
AUDIO_ENABLE = no # Audio output on port C6
34-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3534

3635
LAYOUTS = ortho_4x4 numpad_4x4

keyboards/40percentclub/25/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
# Enable generic behavior for split boards
3534
SPLIT_KEYBOARD = yes

keyboards/40percentclub/4pack/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/40percentclub/4x4/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16
3433

keyboards/40percentclub/5x5/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15

keyboards/40percentclub/6lit/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
# Enable generic behavior for split boards
3534
SPLIT_KEYBOARD = yes

keyboards/40percentclub/foobar/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
# Enable generic behavior for split boards
3534
SPLIT_KEYBOARD = yes

keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
66
CONSOLE_ENABLE = no # Console for debug
77
COMMAND_ENABLE = no # Commands for debug and configuration
88
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
9-
MIDI_ENABLE = no # MIDI support
9+
MIDI_ENABLE = no # MIDI support
1010
UNICODE_ENABLE = no # Unicode
1111
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
1212
AUDIO_ENABLE = no # Audio output on port C6
13-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
1413
TAP_DANCE_ENABLE = no
1514
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE)
1615

keyboards/40percentclub/half_n_half/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
# Enable generic behavior for split boards
3534
SPLIT_KEYBOARD = yes

keyboards/40percentclub/i75/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ MIDI_ENABLE = no # MIDI support
1616
UNICODE_ENABLE = no # Unicode
1717
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
1818
AUDIO_ENABLE = no # Audio output on port C6
19-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
2019

2120
LAYOUTS = ortho_5x15
2221
DEFAULT_FOLDER = 40percentclub/i75/promicro

keyboards/40percentclub/nein/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/40percentclub/nori/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12
3534

keyboards/40percentclub/ut47/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
# custom matrix setup
3433
CUSTOM_MATRIX = yes

keyboards/4pplet/aekiso60/rev_a/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ COMMAND_ENABLE = no # Commands for debug and configuration
2222
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
2323
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
2424
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25-
NKRO_ENABLE = no # USB Nkey Rollover
25+
NKRO_ENABLE = no # USB Nkey Rollover
2626
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
2727
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
AUDIO_ENABLE = no # Audio output on port C6
30-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3130
UNICODE_ENABLE = no # Unicode

keyboards/4pplet/steezy60/rev_a/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ COMMAND_ENABLE = no # Commands for debug and configuration
2222
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
2323
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
2424
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25-
NKRO_ENABLE = no # USB Nkey Rollover
25+
NKRO_ENABLE = no # USB Nkey Rollover
2626
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
2727
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
AUDIO_ENABLE = no # Audio output on port C6
30-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3130
UNICODE_ENABLE = no # Unicode

keyboards/4pplet/waffling60/rev_a/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ COMMAND_ENABLE = no # Commands for debug and configuration
2222
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
2323
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
2424
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25-
NKRO_ENABLE = no # USB Nkey Rollover
25+
NKRO_ENABLE = no # USB Nkey Rollover
2626
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
2727
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
AUDIO_ENABLE = no # Audio output on port C6
30-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3130
UNICODE_ENABLE = no # Unicode

keyboards/abacus/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231
ENCODER_ENABLE = yes
3332
DIP_SWITCH_ENABLE = yes
3433
LTO_ENABLE = yes

keyboards/absinthe/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231
ENCODER_ENABLE = yes
3332
RGBLIGHT_ENABLE = yes

keyboards/abstract/ellipse/rev1/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332
ENCODER_ENABLE = yes # Enable support for rotary encoders

keyboards/acheron/austin/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
1818
MIDI_ENABLE = no # MIDI support
1919
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
2020
AUDIO_ENABLE = no # Audio output on port C6
21-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22-
2321
# Enter lower-power sleep mode when on the ChibiOS idle thread
2422
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE

keyboards/acheron/elongate/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32-
3331
LTO_ENABLE = yes

keyboards/acheron/keebspcb/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
1818
MIDI_ENABLE = no # MIDI support
1919
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
2020
AUDIO_ENABLE = no # Audio output on port C6
21-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22-
2321
# Enter lower-power sleep mode when on the ChibiOS idle thread
2422
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
2523

keyboards/acheron/shark/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
1616
NKRO_ENABLE = no # USB Nkey Rollover
1717
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
1818
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
19-
MIDI_ENABLE = no # MIDI support
19+
MIDI_ENABLE = no # MIDI support
2020
UNICODE_ENABLE = no # Unicode
2121
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
2222
AUDIO_ENABLE = no # Audio output on port C6
23-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
2423

2524
LAYOUTS = ortho_4x12
2625

keyboards/aeboards/aegis/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32-

keyboards/aeboards/ext65/rev1/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/ai03/equinox/rev0/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/ai03/equinox/rev1/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/ai03/lunar/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/ai03/orbit/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332
USE_I2C = no # I2C for split communication
3433
CUSTOM_MATRIX = yes # For providing custom matrix.c (in this case, override regular matrix.c with split matrix.c)
3534
# SPLIT_KEYBOARD = yes # Split keyboard flag disabled as manual edits had to be done to the split common files

keyboards/ai03/orbit_x/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32-
SPLIT_KEYBOARD = yes # Split keyboard
31+
SPLIT_KEYBOARD = yes # Split keyboard

keyboards/ai03/polaris/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb

keyboards/ai03/quasar/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/akb/eb46/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/akb/raine/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/al1/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
33-
3432
CUSTOM_MATRIX = yes
3533
SRC += matrix.c

keyboards/alf/dc60/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/alf/x11/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332
EXTRAFLAGS += -flto

keyboards/allison/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches

keyboards/allison_numpad/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2828
MIDI_ENABLE = no # MIDI support
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
LAYOUTS = ortho_6x4 numpad_6x4

keyboards/amj96/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
33-
3432
CUSTOM_MATRIX = yes
3533
SRC += matrix.c

keyboards/amjkeyboard/amj66/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support
2828
UNICODE_ENABLE = no # Unicode
2929
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3030
AUDIO_ENABLE = no # Audio output on port C6
31-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3231

3332
LAYOUTS = 66_ansi 66_iso
3433

keyboards/angel17/alpha/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
LAYOUTS = numpad_5x4

keyboards/angel17/rev1/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
LAYOUTS = numpad_5x4

keyboards/angel17/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MIDI_ENABLE = no # MIDI support
2929
UNICODE_ENABLE = no # Unicode
3030
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
3131
AUDIO_ENABLE = no # Audio output on port C6
32-
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
3332

3433
LAYOUTS = numpad_5x4
3534

0 commit comments

Comments
 (0)