]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Introduce AT-AT 660M (#6729)
authorAdrien Tétar <1250894+adrientetar@users.noreply.github.com>
Wed, 18 Sep 2019 18:14:49 +0000 (20:14 +0200)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 18 Sep 2019 18:14:49 +0000 (11:14 -0700)
commit6f5f943bb91185e9dacc499fcc97550348223e90
treee79b9b56fd9edbeae7476122cd35d51eb1e72afb
parent7d8dea30a460da2c3e163713252e53c43211c123
[Keyboard] Introduce AT-AT 660M (#6729)

* Introduce AT-AT 660M

* PR feedback

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add dfu-util args

* Add URL
15 files changed:
keyboards/at_at/660m/660m.c [new file with mode: 0644]
keyboards/at_at/660m/660m.h [new file with mode: 0644]
keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/cfg/board.chcfg [new file with mode: 0644]
keyboards/at_at/660m/bootloader_defs.h [new file with mode: 0644]
keyboards/at_at/660m/chconf.h [new file with mode: 0644]
keyboards/at_at/660m/config.h [new file with mode: 0644]
keyboards/at_at/660m/halconf.h [new file with mode: 0644]
keyboards/at_at/660m/info.json [new file with mode: 0644]
keyboards/at_at/660m/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/at_at/660m/mcuconf.h [new file with mode: 0644]
keyboards/at_at/660m/readme.md [new file with mode: 0644]
keyboards/at_at/660m/rules.mk [new file with mode: 0644]