]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add Chimera65 Keyboard (#6670)
authorAndrew Kannan <andrew.kannan@klaviyo.com>
Tue, 17 Sep 2019 02:37:51 +0000 (22:37 -0400)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 17 Sep 2019 02:37:51 +0000 (19:37 -0700)
commit59af2cbe640191345175bf34fd65f78ab1036647
tree52fa752e63ca9f7c3056ac78cfbaf8cdd12f328f
parent7c1bb9decf00a19cdf85ab33830dcc9002bfc671
Add Chimera65 Keyboard (#6670)

* Add chimera board

* info json start

* Update keyboards/cannonkeys/chimera65/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/chimera65/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
18 files changed:
keyboards/cannonkeys/chimera65/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/cannonkeys/chimera65/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/cannonkeys/chimera65/boards/ST_STM32F072B_DISCOVERY/cfg/board.chcfg [new file with mode: 0644]
keyboards/cannonkeys/chimera65/bootloader_defs.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/chconf.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/chimera65.c [new file with mode: 0644]
keyboards/cannonkeys/chimera65/chimera65.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/config.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/halconf.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/info.json [new file with mode: 0644]
keyboards/cannonkeys/chimera65/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/chimera65/keymaps/via/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/chimera65/keymaps/via/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/chimera65/mcuconf.h [new file with mode: 0644]
keyboards/cannonkeys/chimera65/readme.md [new file with mode: 0644]
keyboards/cannonkeys/chimera65/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/stm32f072/keyboard.c