Add peterfalken userspace & keymaps (#19897)

Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
This commit is contained in:
Luis Garcia
2023-04-05 12:35:34 -06:00
committed by GitHub
parent 596319c92f
commit d058091d0b
25 changed files with 896 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Setup keymap QMK features
# TODO: Check for space optimizations
AUDIO_ENABLE = yes # Enable Audio Output
ENCODER_ENABLE = no # Disable encoder
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif