]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] New Keyboard: Mars 8.0 TKL (#5894)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 17 May 2019 19:54:10 +0000 (12:54 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 17 May 2019 19:54:10 +0000 (12:54 -0700)
commit8be32e98d8bd112c24b292d9c25a94f6e2ed71ac
tree98555a0b6012d4b15b33844475f1774b32dd2596
parent49464be64559710318f4d8edc5a92a7a90784734
[Keyboard] New Keyboard: Mars 8.0 TKL  (#5894)

* fix the things the stupid script broke

* create an appropriate LAYOUT macro using LAYOUT_tkl_ansi

* create an appropriate keymap stolen from the phantom default keymap

* add correct pins used and rgb led numbers

* change vendor and device name

* add QMK Configurator support

* fix up RGB underglow

* update readme

* introduce new layout macro tkl_iso

* add QMK Configurator support for new layout macro

* enable backlight and add community layout support
keyboards/ft/mars80/config.h [new file with mode: 0644]
keyboards/ft/mars80/info.json [new file with mode: 0644]
keyboards/ft/mars80/keymaps/default/config.h [new file with mode: 0644]
keyboards/ft/mars80/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ft/mars80/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ft/mars80/mars80.c [new file with mode: 0644]
keyboards/ft/mars80/mars80.h [new file with mode: 0644]
keyboards/ft/mars80/readme.md [new file with mode: 0644]
keyboards/ft/mars80/rules.mk [new file with mode: 0644]
keyboards/ft/mars80/usbconfig.h [new file with mode: 0644]