]> git.donarmstrong.com Git - qmk_firmware.git/commit
New Keyboard: Cyclops (#4512)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 29 Nov 2018 15:57:06 +0000 (07:57 -0800)
committerDrashna Jaelre <drashna@live.com>
Thu, 29 Nov 2018 15:57:06 +0000 (07:57 -0800)
commit81ce35c10a89214a586773e013e647eeb701fee5
tree7f9ca0d46d6fe70ad99ebba097d6ffd1d57b193e
parentfbf59ba2e5a4ccd8842d044f7ffa75e91e1894cb
New Keyboard: Cyclops (#4512)

* initial commit

* add correct atmega32u4 pins used

* add a basic layout

* add simple keymap

* update readme

* Add QMK Configurator support

* add whitespace for formatting
keyboards/cyclops/config.h [new file with mode: 0644]
keyboards/cyclops/cyclops.c [new file with mode: 0644]
keyboards/cyclops/cyclops.h [new file with mode: 0644]
keyboards/cyclops/info.json [new file with mode: 0644]
keyboards/cyclops/keymaps/default/config.h [new file with mode: 0644]
keyboards/cyclops/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cyclops/keymaps/default/readme.md [new file with mode: 0644]
keyboards/cyclops/readme.md [new file with mode: 0644]
keyboards/cyclops/rules.mk [new file with mode: 0644]