summaryrefslogtreecommitdiffstats
path: root/keyboards/bigswitch/info.json
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2018-05-22 23:19:55 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-22 23:19:55 +0200
commitc29d8ffd5af86eddc7e09d1963d8e26f544c5de6 (patch)
treec5c5f895458feb7d6e5b4e5c681d6415c47cdf0f /keyboards/bigswitch/info.json
parent470c50ddb6c6842698b228e44a6711aed4ccfd1b (diff)
downloadqmk_firmware-c29d8ffd5af86eddc7e09d1963d8e26f544c5de6.tar.gz
qmk_firmware-c29d8ffd5af86eddc7e09d1963d8e26f544c5de6.tar.xz
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/info.json')
-rw-r--r--keyboards/bigswitch/info.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/bigswitch/info.json b/keyboards/bigswitch/info.json
new file mode 100644
index 000000000..8d3d746f5
--- /dev/null
+++ b/keyboards/bigswitch/info.json
@@ -0,0 +1,13 @@
+{
+ "keyboard_name": "Bigswitch PCB",
+ "url": "",
+ "maintainer": "qmk",
+ "bootloader": "",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"x":0, "y":0, "w":4, "h":4}]
+ }
+ }
+}