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/planck | |
| parent | 738bd263c18de8f78cc98311b40c79a84ae3be33 (diff) | |
| download | qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.tar.gz qmk_firmware-7161d650705afb86b0874d95d72d15cf134f4148.zip | |
Remove FAUXCLICKY feature (deprecated) (#11829)
Diffstat (limited to 'keyboards/planck')
| -rw-r--r-- | keyboards/planck/keymaps/priyadi/rules.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/priyadi/rules.mk b/keyboards/planck/keymaps/priyadi/rules.mk index 17617b0b7..1ce96968b 100644 --- a/keyboards/planck/keymaps/priyadi/rules.mk +++ b/keyboards/planck/keymaps/priyadi/rules.mk | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Build Options | 1 | # Build Options |
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| @@ -12,11 +12,10 @@ MIDI_ENABLE = no # MIDI controls | |||
| 12 | UNICODE_ENABLE = no # Unicode | 12 | UNICODE_ENABLE = no # Unicode |
| 13 | UNICODEMAP_ENABLE = yes # Unicode map | 13 | UNICODEMAP_ENABLE = yes # Unicode map |
| 14 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 14 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 15 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 15 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 16 | API_SYSEX_ENABLE = no | 16 | API_SYSEX_ENABLE = no |
| 17 | 17 | ||
| 18 | ifeq ($(strip $(KEYBOARD)), planck/rev4) | 18 | ifeq ($(strip $(KEYBOARD)), planck/rev4) |
| 19 | FAUXCLICKY_ENABLE = yes | ||
| 20 | BACKLIGHT_ENABLE = yes | 19 | BACKLIGHT_ENABLE = yes |
| 21 | AUDIO_ENABLE = no | 20 | AUDIO_ENABLE = no |
| 22 | endif | 21 | endif |
| @@ -27,4 +26,3 @@ endif | |||
| 27 | 26 | ||
| 28 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 27 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 29 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 28 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 30 | |||
