]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] YMD96 refactor (#5472)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Fri, 31 May 2019 18:57:07 +0000 (11:57 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 31 May 2019 18:57:07 +0000 (11:57 -0700)
commit2a1f6389c27720ca20dbe7941a78245677e644e6
treecef931b8703474addfe2fc1fc359e78e118c5500
parent9cc5841a91ff1bf95d6895254b43b097a0f365aa
[Keyboard] YMD96 refactor (#5472)

* Remove JJ50 data from YMD96

JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't.

* Update ymd96.h

- use #pragma once include guard
- remove redundant file includes

* Update LAYOUT_iso macro to K<row><col> notation

* Update LAYOUT_custom macro to K<row><col> notation

* Update LAYOUT_default macro to K<row><col> notation

* Refactor default keymap

* Rename readme file to lowercase

* Rename layers enum and default layer

- renamed layers enum to layer_names
  - proposed by fauxpark in Issue 5977, and I like the idea
    - https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338
- renamed the base layer to _DEFAULT
  - I think it looks nicer.
keyboards/ymd96/README.md [deleted file]
keyboards/ymd96/keymaps/JJ50/keymap.c [deleted file]
keyboards/ymd96/keymaps/default/keymap.c
keyboards/ymd96/readme.md [new file with mode: 0644]
keyboards/ymd96/ymd96.h