diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2021-08-07 09:01:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 17:01:52 -0700 |
commit | 6721825df5ddda0631faaf52292ce78db92f2c7f (patch) | |
tree | 6da007ff82c9d509ec7bcea5dd4253567932d639 /keyboards/owl8/readme.md | |
parent | bdf86c4cbdb22fe800ea0beb4c680b8be5dcb5a4 (diff) | |
download | qmk_firmware-6721825df5ddda0631faaf52292ce78db92f2c7f.tar.gz qmk_firmware-6721825df5ddda0631faaf52292ce78db92f2c7f.zip |
[Keyboard] Add owl8 keyboard (#13380)
* add owl8
* use DIRECT_PINS
* fix encoder
* Changed to use action_exec.
Diffstat (limited to 'keyboards/owl8/readme.md')
-rw-r--r-- | keyboards/owl8/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/owl8/readme.md b/keyboards/owl8/readme.md new file mode 100644 index 0000000000..b40a5f35cb --- /dev/null +++ b/keyboards/owl8/readme.md @@ -0,0 +1,19 @@ +# owl8 + +![owl8](https://raw.githubusercontent.com/yfuku/owl8/master/images/owl8.jpg) + +macropad + +* Keyboard Maintainer: [yfuku](https://github.com/yfuku) +* Hardware Supported: owl8 PCB, Pro Micro +* Hardware Availability: https://yfuku.booth.pm/ + +Make example for this keyboard (after setting up your build environment): + + make owl8:default + +Flashing example for this keyboard: + + make owl8:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |