]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adding YMDK "Bface" keyboard (#6731)
authorEthan Durrant <5387347+emdarcher@users.noreply.github.com>
Tue, 17 Sep 2019 17:19:16 +0000 (11:19 -0600)
committerDrashna Jaelre <drashna@live.com>
Tue, 17 Sep 2019 17:19:16 +0000 (10:19 -0700)
commitd137fdea780a37395f397f9641fc7ebd2c7f27a0
treecda0eaa187a45b6331b02d18e4eca3f0ba4e0bab
parentab48ffd5c5923b822e789bb3b18d8a16654da91a
[Keyboard] Adding YMDK "Bface" keyboard (#6731)

* making a new board setup for ymdk bface clone

* removing extra keymaps that copied over

* documentation and edits for new ymdk_bface board

* cleaning up config and keymaps

* removed extra keymap and working on READMEs

* readme edits

* shorter aliexpress link in ymdk_bface readme

* added images to readmes and edited the keymaps

* more flashing directions

* Mac directions formatting

* editing and creating the all layout

* cleanign up ymdk_bface keymaps

* fixed typos in layout

* removed tabs

* cleaned up the LED and Backlight configuration.

* adding more to info.josn and cleaning up readme

* fixing JSON typos

* made a ymdk folder and moved the bface into it.

* fixing file names for the new folder structure
13 files changed:
keyboards/ymdk/bface/README.md [new file with mode: 0644]
keyboards/ymdk/bface/bface.c [new file with mode: 0644]
keyboards/ymdk/bface/bface.h [new file with mode: 0644]
keyboards/ymdk/bface/config.h [new file with mode: 0644]
keyboards/ymdk/bface/info.json [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/default/config.h [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/emdarcher/config.h [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/emdarcher/keymap.c [new file with mode: 0644]
keyboards/ymdk/bface/keymaps/emdarcher/readme.md [new file with mode: 0644]
keyboards/ymdk/bface/rules.mk [new file with mode: 0644]
keyboards/ymdk/bface/usbconfig.h [new file with mode: 0644]