diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-13 08:03:07 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-13 08:03:07 +0700 |
commit | c68e596f32c5d450a714627871408407e9988ef7 (patch) | |
tree | 1ddd19fc28409370e191d2dbde844b2fa68a5125 /quantum/template | |
parent | a0c2305bd1153d9d578d73effd33896c2dbc26c8 (diff) |
Implement faux-clicky feature
Diffstat (limited to 'quantum/template')
-rw-r--r-- | quantum/template/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/template/rules.mk b/quantum/template/rules.mk index 55898147dd..bad3387bf4 100644 --- a/quantum/template/rules.mk +++ b/quantum/template/rules.mk @@ -65,3 +65,4 @@ MIDI_ENABLE ?= no # MIDI controls UNICODE_ENABLE ?= no # Unicode BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE ?= no # Audio output on port C6 +FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches |