diff options
author | FREEWING.JP <freewing.jp@gmail.com> | 2022-01-09 06:13:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 13:13:29 -0800 |
commit | 604fca4aa9eff07254a91b21625bfe736f323002 (patch) | |
tree | a74da96eb1c45166548c7d3e1fdb8bf40e695ce3 /keyboards/handwired/bstk100/readme.md | |
parent | 2ad8826b75b70a4cd772874fffab1970103617f9 (diff) | |
download | qmk_firmware-604fca4aa9eff07254a91b21625bfe736f323002.tar.gz qmk_firmware-604fca4aa9eff07254a91b21625bfe736f323002.zip |
[Keyboard] bstk100 handwired (#14158)
* General: Initial commit for bstk100
* bstk100 custom keyboard firmware
* fix Bootloader section
* fix "Pad 0" key twice
* delete via config
* fix readme.md key layout
* add via keymap
* fix readme.md info
* remove keymap.json
* Suggested change readme.md
* moved to handwired folder
* fix readme.md for handwired
* fix info.json
* Suggested change readme.md
* Update keyboards/handwired/bstk100/rules.mk
fix requested changes
* Update keyboards/handwired/bstk100/rules.mk
fix requested changes
* Update keyboards/handwired/bstk100/info.json
* Update keyboards/handwired/bstk100/rules.mk
Diffstat (limited to 'keyboards/handwired/bstk100/readme.md')
-rw-r--r-- | keyboards/handwired/bstk100/readme.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/handwired/bstk100/readme.md b/keyboards/handwired/bstk100/readme.md new file mode 100644 index 0000000000..7247150c48 --- /dev/null +++ b/keyboards/handwired/bstk100/readme.md @@ -0,0 +1,35 @@ +# bstk100 + +BUFFALO USB 10-Key keyboard BSTK100 modification by Pro Micro and QMK firmware . +see [[FREE WING HOME PAGE]](http://www.neko.ne.jp/~freewing/) for more detail . + +![bstk100](https://i.imgur.com/9s5kxSB.jpeg) +![bstk100](https://i.imgur.com/rsilkiy.jpeg) +![bstk100](https://i.imgur.com/TuQlxat.jpeg) +![bstk100](https://i.imgur.com/w0g6Qlz.jpeg) +![bstk100](https://i.imgur.com/ORgbBQh.jpeg) +![bstk100](https://i.imgur.com/1MDm3zt.png) + +* Keyboard Maintainer: [FREE WING GitHub](https://github.com/FREEWING-JP/qmk_firmware) +* Hardware Supported: Pro Micro ATmega32U4 5V/16MHz +* Hardware Availability: [BUFFALO USB 10-Key keyboard BSTK100BK](https://amzn.to/389GGtP), [Pro Micro ATmega32U4 5V/16MHz](https://amzn.to/3jePZPi) + +Make example for this keyboard (after setting up your build environment): + + make handwired/bstk100:default + +Enable VIA feature in QMK + + make handwired/bstk100:via + +Flashing example for this keyboard: + + make handwired/bstk100: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). + +## Bootloader + +Enter the bootloader in one way: + +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead |