diff options
author | AlisGraveNil <63020540+AlisGraveNil@users.noreply.github.com> | 2020-05-18 15:45:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 20:45:52 +0100 |
commit | 4604c70c4c1a0cb2cebc010dba34b04e902bd982 (patch) | |
tree | 276e938643da89b7c0a1e6e9eaad59832efab986 /keyboards/clawsome/bookerboard/readme.md | |
parent | 010c5b12bd0bc4a53abda6d8f9d77de8a7ef1e8f (diff) | |
download | qmk_firmware-4604c70c4c1a0cb2cebc010dba34b04e902bd982.tar.gz |
[Keyboard] Add Bookerboard support (#9097)
* 5/14/20 first push for bookerboard
* Update rules.mk
* Update keyboards/clawsome/bookerboard/rules.mk
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/clawsome/bookerboard/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/clawsome/bookerboard/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/clawsome/bookerboard/bookerboard.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/clawsome/bookerboard/bookerboard.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* 5/15/20
* 2
* 3
* Update keyboards/clawsome/bookerboard/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/clawsome/bookerboard/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/clawsome/bookerboard/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/clawsome/bookerboard/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/clawsome/bookerboard/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/clawsome/bookerboard/readme.md')
-rw-r--r-- | keyboards/clawsome/bookerboard/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/clawsome/bookerboard/readme.md b/keyboards/clawsome/bookerboard/readme.md new file mode 100644 index 000000000..7fa8d5e7a --- /dev/null +++ b/keyboards/clawsome/bookerboard/readme.md @@ -0,0 +1,13 @@ +# Bookerboard + +This is a 4x3 macropad designed to be used with your favorite 12 keys for whatever you need 12 extra keys for. + +- Keyboard Maintainer: [AAClawson](https://github.com/AlisGraveNil) +- Hardware Supported: Bookerboard, Pro Micro, Elite-C +- Hardware Availability: Not available yet; will be sold at a later date + +Make example for this keyboard (after setting up your build environment): + + make clawsome/bookerboard:default + +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). |