]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Added slash keyboard (#7042)
authorasdftemp <53125463+asdftemp@users.noreply.github.com>
Thu, 31 Oct 2019 21:17:24 +0000 (22:17 +0100)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Thu, 31 Oct 2019 21:17:24 +0000 (14:17 -0700)
commitea8822e26713753e694e51ede6e2a668d52b0173
treebf15ade9f42dd6eb5e4b7d75307dfeb906e48d70
parentaba90329b2b88c892a81c35761ff4c428003f0f9
[Keyboard] Added slash keyboard (#7042)

* feat(slash): added slash keyboard

* fix(slash): fixed typo in readme

* Improvements after review

* disabled debug and print to reduce firmware size

* Fixes after review

* fixed hardware list in readme.md
keyboards/handwired/slash/config.h [new file with mode: 0644]
keyboards/handwired/slash/info.json [new file with mode: 0644]
keyboards/handwired/slash/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/slash/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/slash/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/slash/readme.md [new file with mode: 0644]
keyboards/handwired/slash/rules.mk [new file with mode: 0644]
keyboards/handwired/slash/slash.c [new file with mode: 0644]
keyboards/handwired/slash/slash.h [new file with mode: 0644]