]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add meson keyboard (#6482)
authorLuciano Malavasi <lm11887@gmail.com>
Sat, 10 Aug 2019 01:38:13 +0000 (18:38 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 10 Aug 2019 01:38:13 +0000 (18:38 -0700)
commitb93e1309e5fbc0438485e5eb18af666ad3508d4a
treec274b5766df3075184eeb991cf1a352ed7c29b58
parent9114d6ebe9edfa03f0cf3f902ab3040c4fe57872
[Keyboard] Add meson keyboard (#6482)

* Add meson keyboard

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Added soft reset and layer 3

* bootmagic light

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
keyboards/meson/config.h [new file with mode: 0644]
keyboards/meson/info.json [new file with mode: 0644]
keyboards/meson/keymaps/default/config.h [new file with mode: 0644]
keyboards/meson/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/meson/keymaps/default/readme.md [new file with mode: 0644]
keyboards/meson/meson.c [new file with mode: 0644]
keyboards/meson/meson.h [new file with mode: 0644]
keyboards/meson/readme.md [new file with mode: 0644]
keyboards/meson/rules.mk [new file with mode: 0644]