1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 896 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Setup QMK features
BOOTMAGIC_ENABLE = yes # Enable QMK_Boot on plug-in
CAPS_WORD_ENABLE = yes # Enable Caps Word
COMMAND_ENABLE = no # Won't use for now
CONSOLE_ENABLE = no # Won't use for now
DIP_SWITCH_ENABLE = no # Won't use for now
GRAVE_ESC_ENABLE = no # Won't use for now
MAGIC_ENABLE = no # Won't use for now
MOUSEKEY_ENABLE = no # Won't use for now
RAW_ENABLE = no # Disable raw HID commands
RGBLIGHT_ENABLE = no # Disable RGB underglow
SPACE_CADET_ENABLE = no # Free up space
# Enable Link Time Optimizations
LTO_ENABLE = yes
# Include userspace files
SRC += $(USER_PATH)/peterfalken.c