]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adds support for BM16S keyboard (#5659)
authorBenjamin <ben@bontakun.net>
Wed, 1 May 2019 02:29:51 +0000 (19:29 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 1 May 2019 02:29:51 +0000 (19:29 -0700)
commit8725197ad679647d2eb7876aee3f9df32edb5766
tree731c6841618d208c49bb8a87996dcc22af62bd39
parentd67b99ff3c2cfca63add546ad6d052e2487aa26a
[Keyboard] Adds support for BM16S keyboard (#5659)

* Added support for BM16S keyboard.

* Update keyboards/bm16s/bm16s.h

Co-Authored-By: bontakun <ben@bontakun.net>
* Update keyboards/bm16s/bm16s.h

Co-Authored-By: bontakun <ben@bontakun.net>
* Cleaned up a bunch of unneeded stuff.

* Made layout name match.

* Changed rules file to have correct bootloader and indention. Updated readme to reflect availability on krepublic. Updated keymap to have more obvious RGB controls.

* Removed unnecessary file.

* Fixed grammar in readme.

Co-Authored-By: bontakun <ben@bontakun.net>
* Migrated to autogenerated layout config, without issue.

* Renamed LAYOUT to match community standards.
keyboards/bm16s/bm16s.h [new file with mode: 0755]
keyboards/bm16s/config.h [new file with mode: 0755]
keyboards/bm16s/info.json [new file with mode: 0644]
keyboards/bm16s/keymaps/default/keymap.c [new file with mode: 0755]
keyboards/bm16s/keymaps/media/keymap.c [new file with mode: 0755]
keyboards/bm16s/readme.md [new file with mode: 0644]
keyboards/bm16s/rules.mk [new file with mode: 0755]