logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: a5c77b5c45d377a01e25d9d479b7e245f2159cba
parent ad2c0f35651a7825277c8c30bc3c0e8ead5ddb73
Author: Juno Nguyen <juno.ngx@gmail.com>
Date:   Wed, 19 Feb 2025 00:04:57 +0800

Fix startup sound for Planck (#24893)


Diffstat:

Mkeyboards/planck/config.h2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h @@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define AUDIO_VOICES #define AUDIO_PIN C6 +#define AUDIO_INIT_DELAY + /* * Feature disable options * These options are also useful to firmware size reduction.