]> git.donarmstrong.com Git - qmk_firmware.git/commit
added ATOM47 (Vortex Core QMK powered PCB) & DZ60 Custom config(LEdiodes) (#2310)
authorLEdiodes <mkerfoot@users.noreply.github.com>
Sun, 28 Jan 2018 20:58:42 +0000 (14:58 -0600)
committerJack Humbert <jack.humb@gmail.com>
Sun, 28 Jan 2018 20:58:42 +0000 (15:58 -0500)
commitb0805e38b9389ff79e4ba9b4e35ec08b18f7a728
treeeea78e228def2e0ff43d097e7ff8f6910b9236cf
parent2480e5d69a11fd0774d16e57384b69c1e92cbfc8
added ATOM47 (Vortex Core QMK powered PCB) & DZ60 Custom config(LEdiodes) (#2310)

* added ATOM47 (Vortex Core QMK powered PCB)

* fixed broken\unfinished comment block

* moved Layer template to default template.

* moved Layer template to default template and removed template from the keymap.c file.

* Added LEdiodes config

* created readme.md

contains an image of 60% board(LEdiodes).

* updated readme.md with images

added images of the PCB and some feature details from https://geekhack.org/index.php?topic=93447.msg2545221#msg2545221

* removed excess words.

* followed the readme template to a T.

* formatting fix : added a return.
16 files changed:
keyboards/atom47/atom47.c [new file with mode: 0644]
keyboards/atom47/atom47.h [new file with mode: 0644]
keyboards/atom47/config.h [new file with mode: 0644]
keyboards/atom47/keymaps/LEdiodes/atom47.c [new file with mode: 0644]
keyboards/atom47/keymaps/LEdiodes/atom47.h [new file with mode: 0644]
keyboards/atom47/keymaps/LEdiodes/config.h [new file with mode: 0644]
keyboards/atom47/keymaps/LEdiodes/keymap.c [new file with mode: 0644]
keyboards/atom47/keymaps/LEdiodes/rules.mk [new file with mode: 0644]
keyboards/atom47/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/atom47/keymaps/default/readme.md [new file with mode: 0644]
keyboards/atom47/readme.md [new file with mode: 0644]
keyboards/atom47/rules.mk [new file with mode: 0644]
keyboards/dz60/keymaps/LEdiodes/config.h [new file with mode: 0644]
keyboards/dz60/keymaps/LEdiodes/keymap.c [new file with mode: 0644]
keyboards/dz60/keymaps/LEdiodes/readme.md [new file with mode: 0644]
keyboards/dz60/keymaps/LEdiodes/rules.mk [new file with mode: 0644]