diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-05-22 14:19:55 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-22 14:19:55 -0700 |
commit | c29d8ffd5af86eddc7e09d1963d8e26f544c5de6 (patch) | |
tree | c5c5f895458feb7d6e5b4e5c681d6415c47cdf0f /keyboards/bigswitch/README.md | |
parent | 470c50ddb6c6842698b228e44a6711aed4ccfd1b (diff) | |
download | qmk_firmware-c29d8ffd5af86eddc7e09d1963d8e26f544c5de6.tar.gz |
Adds basic support for u/flehrad's bigswitch pcb (#3015)
* Adds basic support for u/flehrad's bigswitch pcb
- also adds support for OSX Eject/Power
The function of this key depends on the version of OSX and if you
have physical media. For a macbook pro 2017 holding this key down
brings up the shutdown dialog. If you wrap it in LCTL and LSFT the
screenlock turns on immediately.
* Switch to Layout Macro
- add a code for OSX Sleep
* Add a README
* Turn on RGB by default
* Add info.json
* Address comments by @drashna
* Only define Eject in keymap
Diffstat (limited to 'keyboards/bigswitch/README.md')
-rw-r--r-- | keyboards/bigswitch/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/bigswitch/README.md b/keyboards/bigswitch/README.md new file mode 100644 index 000000000..2679a0aec --- /dev/null +++ b/keyboards/bigswitch/README.md @@ -0,0 +1,10 @@ +Big Switch PCB by flehrad +========================= + +Designed by Don of the Board Podcast and sold as a kit by [keeb.io](https://keeb.io/collections/frontpage/products/big-switch-pcb?variant=7507922845726) + +### Technical Specifications + + * Uses a atmega32u4 pro micro or pin compatible MCU + * Pins B5 and B6 connect to the pins on the Big Switch + * Optionally you may add a RGB strip to pin D3 for data and take power from VCC and GND |