]> git.donarmstrong.com Git - qmk_firmware.git/commit
JD45: layout macro refactor
authornoroadsleft <xxiinophobia@yahoo.com>
Fri, 26 Oct 2018 06:34:40 +0000 (23:34 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 26 Oct 2018 14:03:46 +0000 (07:03 -0700)
commit39addf8bc99e6282e655298c2c24da07a5ef77f8
treeb1f3fc9f9c165b9f87a494d23f53a7adf884a251
parentfa1ac4d7242a0f3944d71b58926ff2a1ce73c96b
JD45: layout macro refactor

The macro that was LAYOUT prepended KC_ to all the keycode arguments, preventing the Configurator from working with the JD45. This macro is now LAYOUT_kc.

The macro LAYOUT is a more-standard macro.

Switch identifiers have changed throughout. Format is k<row><column>.
keyboards/jd45/jd45.h