From: tmk Date: Mon, 14 Apr 2014 23:16:06 +0000 (-0700) Subject: Updated FAQ (markdown) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7963233140f472a12d3f67db7444ac8b8b2bec53;p=qmk_firmware.git Updated FAQ (markdown) --- diff --git a/FAQ.md b/FAQ.md index dc770b75e..c5fb2247b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -133,4 +133,8 @@ http://geekhack.org/index.php?topic=12047.msg1292018#msg1292018 ## Special Extra key doesn't work(System, Audio control keys) +You need to define `EXTRAKEY_ENABLE` in **makefile** to use them in TMK. +``` +EXTRAKEY_ENABLE = yes # Audio control and System control +``` http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-60.html#p157919 \ No newline at end of file