]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add SKIP_VERSION option to speed up compilation
authorFred Sundvik <fsundvik@gmail.com>
Sun, 9 Apr 2017 19:48:35 +0000 (22:48 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Thu, 13 Apr 2017 13:00:29 +0000 (16:00 +0300)
commit738b8d2b9c458839d23f584843b251b1c8f29880
tree50f308e608be583535861d8ba4a2356931cf9dd2
parente950d4e12fb92550b34ab7c2b48d45a11bf88026
Add SKIP_VERSION option to speed up compilation
35 files changed:
Makefile
keyboards/handwired/MS-sculpt-mobile/MS-sculpt-mobile.c [deleted file]
keyboards/handwired/MS-sculpt-mobile/MS-sculpt-mobile.h [deleted file]
keyboards/handwired/MS-sculpt-mobile/Makefile [deleted file]
keyboards/handwired/MS-sculpt-mobile/babblePaste.c [deleted file]
keyboards/handwired/MS-sculpt-mobile/babblePaste.h [deleted file]
keyboards/handwired/MS-sculpt-mobile/babblePaste.txt [deleted file]
keyboards/handwired/MS-sculpt-mobile/config.h [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/default/Makefile [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/default/config.h [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/default/keymap.c [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/default/readme.md [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/Makefile [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/config.h [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/keymap.c [deleted file]
keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/readme.md [deleted file]
keyboards/handwired/MS-sculpt-mobile/readme.md [deleted file]
keyboards/handwired/MS-sculpt-mobile/rules.mk [deleted file]
keyboards/handwired/MS_sculpt_mobile/MS_sculpt_mobile.c [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/MS_sculpt_mobile.h [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/Makefile [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/babblePaste.c [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/babblePaste.h [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/babblePaste.txt [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/config.h [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/default/Makefile [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/Makefile [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/keymap.c [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/readme.md [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/readme.md [new file with mode: 0644]
keyboards/handwired/MS_sculpt_mobile/rules.mk [new file with mode: 0644]