]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] New CannonKeys boards and EEPROM fixes (#6968)
authorAndrew Kannan <andrew.kannan@klaviyo.com>
Wed, 30 Oct 2019 06:45:58 +0000 (02:45 -0400)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 30 Oct 2019 06:45:58 +0000 (23:45 -0700)
commit455a0c597854b417c4dc02a462433043bddfa830
treeca5564e81e62cefe24816ed04931e60c80a422c8
parent674fcc474c162f44fadfa8a796134751d80ee639
[Keyboard] New CannonKeys boards and EEPROM fixes (#6968)

* Add Iron165

* CannonKeys new boards and cleanup

* Tmo50 info json

* Update readme for TMOv2

* update via keymap tmo

* info json again

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Address PR comments

* More changes for rules files cleanup

* info.json fixed?

* Fix Savage65 matrix

* Apply suggestions from code review

Thanks noroadsleft for the improvements!

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Bump eeprom version

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
53 files changed:
keyboards/cannonkeys/an_c/config.h
keyboards/cannonkeys/instant60/config.h
keyboards/cannonkeys/iron165/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/cannonkeys/iron165/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/cannonkeys/iron165/boards/ST_STM32F072B_DISCOVERY/cfg/board.chcfg [new file with mode: 0644]
keyboards/cannonkeys/iron165/bootloader_defs.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/chconf.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/config.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/halconf.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/info.json [new file with mode: 0644]
keyboards/cannonkeys/iron165/iron165.c [new file with mode: 0644]
keyboards/cannonkeys/iron165/iron165.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/iron165/keymaps/via/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/iron165/keymaps/via/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/iron165/mcuconf.h [new file with mode: 0644]
keyboards/cannonkeys/iron165/readme.md [new file with mode: 0644]
keyboards/cannonkeys/iron165/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/savage65/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/cannonkeys/savage65/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/cannonkeys/savage65/boards/ST_STM32F072B_DISCOVERY/cfg/board.chcfg [new file with mode: 0644]
keyboards/cannonkeys/savage65/bootloader_defs.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/chconf.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/config.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/halconf.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/info.json [new file with mode: 0644]
keyboards/cannonkeys/savage65/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/savage65/keymaps/via/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/savage65/keymaps/via/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/savage65/mcuconf.h [new file with mode: 0644]
keyboards/cannonkeys/savage65/readme.md [new file with mode: 0644]
keyboards/cannonkeys/savage65/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/savage65/savage65.c [new file with mode: 0644]
keyboards/cannonkeys/savage65/savage65.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/cannonkeys/tmov2/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/cannonkeys/tmov2/boards/ST_STM32F072B_DISCOVERY/cfg/board.chcfg [new file with mode: 0644]
keyboards/cannonkeys/tmov2/bootloader_defs.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/chconf.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/config.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/halconf.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/info.json [new file with mode: 0644]
keyboards/cannonkeys/tmov2/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/tmov2/keymaps/via/keymap.c [new file with mode: 0644]
keyboards/cannonkeys/tmov2/keymaps/via/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/tmov2/mcuconf.h [new file with mode: 0644]
keyboards/cannonkeys/tmov2/readme.md [new file with mode: 0644]
keyboards/cannonkeys/tmov2/rules.mk [new file with mode: 0644]
keyboards/cannonkeys/tmov2/tmov2.c [new file with mode: 0644]
keyboards/cannonkeys/tmov2/tmov2.h [new file with mode: 0644]