feat(qmk): remove music because its default is already no

main
sudo pacman -Syu 2023-07-30 14:13:17 +07:00
parent 4a3a7606b6
commit b5a1e1ffc4
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,8 @@
#pragma once
// https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md
// VIA
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
@ -9,8 +11,6 @@
// https://github.com/qmk/qmk_firmware/blob/master/docs/squeezing_avr.md
#define NO_ACTION_ONESHOT
#define NO_MUSIC_MODE
#define LAYER_STATE_8BIT
#undef ENABLE_RGB_MATRIX_ALPHAS_MODS

View File

@ -1,3 +1,5 @@
# https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md
# VIA
# https://www.caniusevia.com/docs/configuring_qmk
VIA_ENABLE = no
@ -14,8 +16,6 @@ EXTRAKEY_ENABLE = yes
SPACE_CADET_ENABLE = no
MAGIC_ENABLE = no
MUSIC_ENABLE = no
# Feature
# https://github.com/qmk/qmk_firmware/blob/master/docs/feature_bootmagic.md
BOOTMAGIC_ENABLE = yes