diff options
author | rate <rate98326@gmail.com> | 2020-08-18 15:46:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 23:46:56 -0700 |
commit | 0d65bbaa44b8b911744b5496fc9d8fca181d6ef5 (patch) | |
tree | cbabf24073b7e9847e50e12604c25a78888d8a73 /keyboards/pistachio/readme.md | |
parent | 70acf36d1641cad1337eb714ae56145d949ff423 (diff) | |
download | qmk_firmware-0d65bbaa44b8b911744b5496fc9d8fca181d6ef5.tar.gz |
[Keyboard] Pistachio (#10003)
* Add keyboard Pistachio
* Update keyboards/pistachio/keymaps/default/keymap.c
* Update keyboards/pistachio/keymaps/default/keymap.c
* Update keyboards/pistachio/config.h
* Fix Build error.
* Apply suggestions from code review
Diffstat (limited to 'keyboards/pistachio/readme.md')
-rw-r--r-- | keyboards/pistachio/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/pistachio/readme.md b/keyboards/pistachio/readme.md new file mode 100644 index 000000000..fa073127f --- /dev/null +++ b/keyboards/pistachio/readme.md @@ -0,0 +1,21 @@ +# pistachio + +![pistachio](https://ratelog.net/wp-content/uploads/2020/08/Pistachio4-scaled.jpg) + +This is a 92-key split keyboard with JIS layout and spare keys. + +* Keyboard Maintainer: [rate](https://github.com/7-rate) +* Hardware Supported: pistachio PCB, Pro Micro +* Hardware Availability: [PCB & Case Data](https://github.com/7-rate/Pistachio), [Booth Shop](https://rates.booth.pm/items/2237334) + +Make example for this keyboard (after setting up your build environment): + + make pistachio:default + +Flashing example for this keyboard: + + make pistachio: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). + +[Build guide](https://ratelog.net/pistachio-build-guide/)
\ No newline at end of file |