]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Refactor XMMX keyboard to XMMX and Toad (#3955)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 26 Sep 2018 19:17:54 +0000 (12:17 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 26 Sep 2018 19:17:54 +0000 (12:17 -0700)
commitdbdbbbd5c9b1458f682eec661d0a17f91dccb4dc
treeca51d68881147a2285d300b7f0d177ab9df8f5ce
parente2eee47e20481d0936a1893b561f3a95445b40fd
Keyboard: Refactor XMMX keyboard to XMMX and Toad (#3955)

* pull out toad keyboard and get it compiling

* refactor xmmx

* use the correct LAYOUT macros

* move LED code out to toad.c file

* move LED code out to xmmx.c file

* adjust for correct number of columns and pins used

* remove led set user
27 files changed:
keyboards/toad/config.h [new file with mode: 0644]
keyboards/toad/keymaps/ansi_wk/keymap.c [new file with mode: 0644]
keyboards/toad/keymaps/ansi_wkl/keymap.c [new file with mode: 0644]
keyboards/toad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/toad/keymaps/iso_wk/keymap.c [new file with mode: 0644]
keyboards/toad/keymaps/iso_wkl/keymap.c [new file with mode: 0644]
keyboards/toad/readme.md [new file with mode: 0644]
keyboards/toad/rules.mk [new file with mode: 0644]
keyboards/toad/toad.c [new file with mode: 0644]
keyboards/toad/toad.h [new file with mode: 0644]
keyboards/xmmx/keymaps/ansi_wk/keymap.c [new file with mode: 0644]
keyboards/xmmx/keymaps/ansi_wkl/keymap.c [new file with mode: 0644]
keyboards/xmmx/keymaps/default/keymap.c
keyboards/xmmx/keymaps/iso_wk/keymap.c [new file with mode: 0644]
keyboards/xmmx/keymaps/iso_wkl/keymap.c [new file with mode: 0644]
keyboards/xmmx/keymaps/toad/keymap.c [deleted file]
keyboards/xmmx/keymaps/toad_ansi_wk/keymap.c [deleted file]
keyboards/xmmx/keymaps/toad_ansi_wkl/keymap.c [deleted file]
keyboards/xmmx/keymaps/toad_iso_wk/keymap.c [deleted file]
keyboards/xmmx/keymaps/toad_iso_wkl/keymap.c [deleted file]
keyboards/xmmx/keymaps/xmmx_ansi_wk/keymap.c [deleted file]
keyboards/xmmx/keymaps/xmmx_ansi_wkl/keymap.c [deleted file]
keyboards/xmmx/keymaps/xmmx_iso_wk/keymap.c [deleted file]
keyboards/xmmx/keymaps/xmmx_iso_wkl/keymap.c [deleted file]
keyboards/xmmx/readme.md
keyboards/xmmx/xmmx.c
keyboards/xmmx/xmmx.h