]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] added cypher keyboard support (#5466)
authorMax <17062872+westfoxtrot@users.noreply.github.com>
Sat, 23 Mar 2019 18:13:59 +0000 (19:13 +0100)
committerDrashna Jaelre <drashna@live.com>
Sat, 23 Mar 2019 18:13:59 +0000 (11:13 -0700)
commit23086808a78c9234232e2ddbf0c977d1fb2cb6ae
treee38102ba301c975134a69f52f9ec9156fdda5040
parent3529384c1202c6feca01039d5dcdb0491381ff4c
[Keyboard] added cypher keyboard support (#5466)

* added the cypher qmk configuration

* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/info.json

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/info.json

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/readme.md

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/readme.md

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* made modifications as per requests

* removed endif from cypher.h
12 files changed:
keyboards/westfoxtrot/cypher/config.h [new file with mode: 0644]
keyboards/westfoxtrot/cypher/cypher.c [new file with mode: 0644]
keyboards/westfoxtrot/cypher/cypher.h [new file with mode: 0644]
keyboards/westfoxtrot/cypher/info.json [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default-iso/config.h [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default-iso/readme.md [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default/config.h [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/westfoxtrot/cypher/keymaps/default/readme.md [new file with mode: 0644]
keyboards/westfoxtrot/cypher/readme.md [new file with mode: 0644]
keyboards/westfoxtrot/cypher/rules.mk [new file with mode: 0644]