[Keymap] initial user directory for milestogo + babblepaste (#7698)

* initial user directory

* fix missing endif in vi mode

* fix includes per drashna and a few typos. I have not tested the userspace keymap, it is just there to help keep the user space and keymap in sync

* move babblepaste docs to md format

* clean up block quotes

* TIL clang-format - miles2go userspace
This commit is contained in:
milestogo 2020-05-08 23:15:26 -07:00 committed by GitHub
commit 803610a284
Failed to generate hash of commit
19 changed files with 2478 additions and 0 deletions

10
users/miles2go/rules.mk Normal file
View file

@ -0,0 +1,10 @@
SRC += milestogo.c babblePaste.c babl_windows.c babl_mac.c babl_vi.c babl_readmux.c babl_chromeos.c babl_emacs.c babl_linux.c
LTO_ENABLE = yes
ifeq ($(strip $(MACROS_ENABLED)), yes)
OPT_DEFS += -DMACROS_ENABLED
endif
ifeq ($(strip $(USE_BABBLEPASTE)), yes)
SRC += babblePaste.c
endif