]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added Hacked Motospeed keyboard (#5534)
authorDeckweiss <Deckweiss75@gmail.com>
Thu, 4 Apr 2019 13:05:06 +0000 (15:05 +0200)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 4 Apr 2019 13:05:06 +0000 (06:05 -0700)
commit3c7cb5cf5dbf9e97db9b98e32beca9ee58a1c246
tree5d516d8f0d83becb39218efedd660b8cb39950fe
parent76d982febaf5f154e633d45a9e53cbc21f3853ae
Added Hacked Motospeed keyboard (#5534)

* Added first configuration for handwired hacked motosped keyboard

* Added first keymap

* Fixed h file key layout

* Swapped Y and Z in default keymap

* Added name, email and description

* Moved hacked motospeed keyboard to handwired

* Changed make command in readme

* Formatted readme to be displayed properly with markdown

* Formatted keymap and layout to better reflect the physical keyboard

* Fixed info.json

* Update keyboards/handwired/hacked_motospeed/info.json

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
* Removed .directory from .gitignore

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
* Minor changes and cleanup

* Update keyboards/handwired/hacked_motospeed/hacked_motospeed.h

Added back newline needed for properly parsing

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
keyboards/handwired/hacked_motospeed/config.h [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/hacked_motospeed.c [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/hacked_motospeed.h [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/info.json [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/readme.md [new file with mode: 0644]
keyboards/handwired/hacked_motospeed/rules.mk [new file with mode: 0644]