]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adds basic support for u/flehrad's bigswitch pcb (#3015)
authorYan-Fa Li <yanfali@gmail.com>
Tue, 22 May 2018 21:19:55 +0000 (14:19 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 22 May 2018 21:19:55 +0000 (14:19 -0700)
commitc29d8ffd5af86eddc7e09d1963d8e26f544c5de6
treec5c5f895458feb7d6e5b4e5c681d6415c47cdf0f
parent470c50ddb6c6842698b228e44a6711aed4ccfd1b
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
keyboards/bigswitch/README.md [new file with mode: 0644]
keyboards/bigswitch/bigswitch.c [new file with mode: 0644]
keyboards/bigswitch/bigswitch.h [new file with mode: 0755]
keyboards/bigswitch/config.h [new file with mode: 0755]
keyboards/bigswitch/info.json [new file with mode: 0644]
keyboards/bigswitch/keymaps/default/keymap.c [new file with mode: 0755]
keyboards/bigswitch/rules.mk [new file with mode: 0755]