]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/handwired/MS_sculpt_mobile/config.h
handwired/MS_sculpt_mobile Refactor, Configurator and cleanup (#4576)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 8 Dec 2018 00:48:03 +0000 (16:48 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 8 Dec 2018 00:48:03 +0000 (16:48 -0800)
commitc9159effc0b07b44d90ea92de625b9d338938eb2
treefeb27d187b2cf9c819059a87a78a3b73e6527290
parent7749f4590f5f69cb7cae758cae5e45111b68d042
handwired/MS_sculpt_mobile Refactor, Configurator and cleanup (#4576)

* handwired/MS_sculpt_mobile: refactor

- layout macro KEYMAP renamed to LAYOUT
- layout macro MATRIX_TESTING_KEYMAP renamed to MATRIX_TESTING_LAYOUT

* handwired/MS_sculpt_mobile: Configurator support

* handwired/MS_sculpt_mobile: readme cleanup

* handwired/MS_sculpt_mobile: rename folder

Renamed the directory to fully lowercase.

* handwired/MS_sculpt_mobile: rename keyboard files

Renamed the keyboard core files to fully lowercase.

* handwired/ms_sculpt_mobile: keymap readme cleanup

Capitalization fixes because I'm that guy.

* handwired/ms_sculpt_mobile: keymap config.h fixes

Keymap config.h files updated to use #pragma once

* handwired/ms_sculpt_mobile: updated paths

Fixing path references due to rename.
33 files changed:
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/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/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/default/rules.mk [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/keymaps/milestogo/rules.mk [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/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/info.json [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/default/rules.mk [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/keymaps/milestogo/rules.mk [new file with mode: 0644]
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/readme.md [new file with mode: 0644]
keyboards/handwired/ms_sculpt_mobile/rules.mk [new file with mode: 0644]