]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Initial firmware and keymaps for the CO60 PCB (#5959)
authorJohn M Daly <jmdaly@gmail.com>
Sat, 1 Jun 2019 21:37:32 +0000 (17:37 -0400)
committerDrashna Jaelre <drashna@live.com>
Sat, 1 Jun 2019 21:37:32 +0000 (14:37 -0700)
commit02b3fadbac6c68940e1bf141397d5d7cb87a6928
treec66a90f355afb9fce2250cf975714e982c59eda6
parent912b6a591643990cca5d4b795bdcc2ad9f172b2f
[Keyboard] Initial firmware and keymaps for the CO60 PCB (#5959)

* Add: Initial firmware and keymaps for the CO60 PCB

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update: Address reviewer comments

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update: Reviewer changes
33 files changed:
keyboards/handwired/co60/info.json [new file with mode: 0644]
keyboards/handwired/co60/keymaps/all_keys/config.h [new file with mode: 0644]
keyboards/handwired/co60/keymaps/all_keys/keymap.c [new file with mode: 0644]
keyboards/handwired/co60/keymaps/all_keys/readme.md [new file with mode: 0644]
keyboards/handwired/co60/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/co60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/co60/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/co60/keymaps/jmdaly_hhkb_split_space/config.h [new file with mode: 0644]
keyboards/handwired/co60/keymaps/jmdaly_hhkb_split_space/keymap.c [new file with mode: 0644]
keyboards/handwired/co60/keymaps/jmdaly_hhkb_split_space/readme.md [new file with mode: 0644]
keyboards/handwired/co60/readme.md [new file with mode: 0644]
keyboards/handwired/co60/rev1/config.h [new file with mode: 0644]
keyboards/handwired/co60/rev1/rev1.c [new file with mode: 0644]
keyboards/handwired/co60/rev1/rev1.h [new file with mode: 0644]
keyboards/handwired/co60/rev1/rules.mk [new file with mode: 0644]
keyboards/handwired/co60/rev6/chconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/config.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/halconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/led.c [new file with mode: 0644]
keyboards/handwired/co60/rev6/led_custom.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/mcuconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/rev6.c [new file with mode: 0644]
keyboards/handwired/co60/rev6/rev6.h [new file with mode: 0644]
keyboards/handwired/co60/rev6/rules.mk [new file with mode: 0644]
keyboards/handwired/co60/rev7/chconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/config.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/halconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/led.c [new file with mode: 0644]
keyboards/handwired/co60/rev7/led_custom.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/mcuconf.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/rev7.c [new file with mode: 0644]
keyboards/handwired/co60/rev7/rev7.h [new file with mode: 0644]
keyboards/handwired/co60/rev7/rules.mk [new file with mode: 0644]