]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add SharkPCB rev Alpha support (#7090)
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>
Fri, 25 Oct 2019 06:27:43 +0000 (08:27 +0200)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Fri, 25 Oct 2019 06:27:43 +0000 (23:27 -0700)
commit23048798dd4e089c6f636a198cb246f41e6aef73
treef4e1a481a5230fae470641b0da51637e61b11075
parente8453bbc1218a2cb40d4eac6cb543bd0c45d3de9
[Keyboard] Add SharkPCB rev Alpha support (#7090)

* Add SharkPCB rev Alpha support

* Solve PWM pin assignment

- Solve PWM pin configuration for the SharkPCB rev.Alpha, which backlight pin is B0

* Update shark.c copyright name

* Update shark.h copyright section

* Apply suggestions from code review

Suggestions from @zvecr and @drashna were accepted and applied for neater code. Also fixed typos and removed unused comments. See [pull request](https://github.com/qmk/qmk_firmware/pull/7090/files#diff-70c0a1f44287ae5810170b4180cdaa5d) for more information.

Co-Authored-By: Joel Challis <git@zvecr.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update PRODUCT_ID into config.h

* Update metadata info.json

Fields "keyboard_name", "keyboard_folder", "url", "maintainer" were updated
keyboards/acheron/shark/README.md [new file with mode: 0644]
keyboards/acheron/shark/config.h [new file with mode: 0644]
keyboards/acheron/shark/info.json [new file with mode: 0644]
keyboards/acheron/shark/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/acheron/shark/rules.mk [new file with mode: 0644]
keyboards/acheron/shark/shark.c [new file with mode: 0644]
keyboards/acheron/shark/shark.h [new file with mode: 0644]