summaryrefslogtreecommitdiff
path: root/keyboards/yatara/drink_me/info.json
diff options
context:
space:
mode:
authorYatara <43754086+yatara-cc@users.noreply.github.com>2020-01-30 23:37:23 +0100
committerGitHub <noreply@github.com>2020-01-30 14:37:23 -0800
commit31e4583f4a171823cfa639cc6a9795e892c0455f (patch)
treeb6c283d5f1782ef31ad8c89abf90351a759fd943 /keyboards/yatara/drink_me/info.json
parent17a089d21b261777f4fa48af34b6e012d69d3945 (diff)
[Keyboard] Add support for Drink Me (#8039)
* Add initial configuration and keymaps for Yatara Drink Me. * Apply suggestions from code review * Apply suggestions from code review * Add transparent layers in VIA layout so there are four layers in total. Amend closing bracket indentation in keymap.c files.
Diffstat (limited to 'keyboards/yatara/drink_me/info.json')
-rw-r--r--keyboards/yatara/drink_me/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/yatara/drink_me/info.json b/keyboards/yatara/drink_me/info.json
new file mode 100644
index 0000000000..0e021a7065
--- /dev/null
+++ b/keyboards/yatara/drink_me/info.json
@@ -0,0 +1,34 @@
+{
+ "keyboard_name": "Drink Me",
+ "url": "https://github.com/yatara-cc",
+ "maintainer": "yatara-cc",
+ "width": 4,
+ "height": 1,
+ "layouts": {
+ "LAYOUT": {
+ "key_count": 4,
+ "layout": [
+ {
+ "label": "K0",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "K1",
+ "x": 1,
+ "y": 0
+ },
+ {
+ "label": "K2",
+ "x": 2,
+ "y": 0
+ },
+ {
+ "label": "K3",
+ "x": 3,
+ "y": 0
+ }
+ ]
+ }
+ }
+}