[Keymap] moults31 userspace and keymaps (#12025)

This commit is contained in:
Zac Moulton
2021-09-10 18:56:50 -07:00
committed by GitHub
parent 759d1927f0
commit d7747a2d70
22 changed files with 924 additions and 4 deletions

10
users/moults31/rules.mk Normal file
View File

@@ -0,0 +1,10 @@
SRC += moults31.c
# Custom macro sources
SRC += vscode.c
SRC += obs.c
SRC += gdb.c
ifneq ($(PLATFORM),CHIBIOS)
LTO_ENABLE = yes # Enable link time optimization
endif