]> git.donarmstrong.com Git - qmk_firmware.git/commit
handwired/CMD60 Refactor, Configurator support and readme update (#4632)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Fri, 14 Dec 2018 15:33:00 +0000 (07:33 -0800)
committerDrashna Jaelre <drashna@live.com>
Fri, 14 Dec 2018 15:33:00 +0000 (07:33 -0800)
commit60f9abca1245640e12d65aa60f5953ff1719408f
tree1247f3bc5f08bc8d642492bb0144cf5615b5d175
parent25892301d426e0c77081aa8d431479df2f52d1f3
handwired/CMD60 Refactor, Configurator support and readme update (#4632)

* handwired/CMD60: refactor

- renamed layout macro KEYMAP to LAYOUT
- removed K2C, K3B and K3C locations (indications are these locations were unused in hardware)
- keymap
  - now uses #include QMK_KEYBOARD_H
  - converted keycodes to short format
  - deleted TMK fn_actions and action_get_macro blocks
  - white space changes (readability/alignment)

* handwired/CMD60: Configurator support

* handwired/CMD60: readme update

- updated to conform to current QMK template
- added image and build gallery links

* handwired/cmd60: rename all files and folders to lowercase
13 files changed:
keyboards/handwired/CMD60/CMD60.c [deleted file]
keyboards/handwired/CMD60/CMD60.h [deleted file]
keyboards/handwired/CMD60/README.md [deleted file]
keyboards/handwired/CMD60/config.h [deleted file]
keyboards/handwired/CMD60/keymaps/default/keymap.c [deleted file]
keyboards/handwired/CMD60/rules.mk [deleted file]
keyboards/handwired/cmd60/cmd60.c [new file with mode: 0644]
keyboards/handwired/cmd60/cmd60.h [new file with mode: 0644]
keyboards/handwired/cmd60/config.h [new file with mode: 0644]
keyboards/handwired/cmd60/info.json [new file with mode: 0644]
keyboards/handwired/cmd60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/cmd60/readme.md [new file with mode: 0644]
keyboards/handwired/cmd60/rules.mk [new file with mode: 0644]