]> git.donarmstrong.com Git - qmk_firmware.git/commit
Redox keyboard code (#2843)
authorMattia Dal Ben <mattdibi@users.noreply.github.com>
Sun, 29 Apr 2018 20:01:33 +0000 (22:01 +0200)
committerDrashna Jaelre <drashna@live.com>
Sun, 29 Apr 2018 20:01:33 +0000 (13:01 -0700)
commit3b7b1994cd9e3e61fdee84eff78875135642aa6c
treebb7be07641b6b4bf5b992a53d80990d92dc62e41
parent19aa2c34e859946edae24108fe7df69c949b124e
Redox keyboard code (#2843)

* Added Redox keyboard with default keymap (IT layout)

* Updated manufacturer url

* Applied requested changes
20 files changed:
keyboards/redox/config.h [new file with mode: 0644]
keyboards/redox/i2c.c [new file with mode: 0644]
keyboards/redox/i2c.h [new file with mode: 0644]
keyboards/redox/keymaps/default/config.h [new file with mode: 0644]
keyboards/redox/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/redox/keymaps/default/readme.md [new file with mode: 0644]
keyboards/redox/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/redox/matrix.c [new file with mode: 0644]
keyboards/redox/readme.md [new file with mode: 0644]
keyboards/redox/redox.c [new file with mode: 0644]
keyboards/redox/redox.h [new file with mode: 0644]
keyboards/redox/rev1/config.h [new file with mode: 0644]
keyboards/redox/rev1/rev1.c [new file with mode: 0644]
keyboards/redox/rev1/rev1.h [new file with mode: 0644]
keyboards/redox/rev1/rules.mk [new file with mode: 0644]
keyboards/redox/rules.mk [new file with mode: 0644]
keyboards/redox/serial.c [new file with mode: 0644]
keyboards/redox/serial.h [new file with mode: 0644]
keyboards/redox/split_util.c [new file with mode: 0644]
keyboards/redox/split_util.h [new file with mode: 0644]