aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/hacked_motospeed
Commit message (Collapse)AuthorAgeFilesLines
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-2/+2
| | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
* [Keyboard] Added layout, configured bluetooth (Hacked Motospeed handwired) ↵Deckweiss2019-10-215-3/+28
| | | | | (#7084) * Added more intuitive layout with bluetooth commands
* Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark2019-09-191-49/+2
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-2/+1
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Added Hacked Motospeed keyboard (#5534)Deckweiss2019-04-049-0/+539
* 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>