[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.
This commit is contained in:
Yatara
2020-01-30 23:37:23 +01:00
committed by GitHub
parent 17a089d21b
commit 31e4583f4a
22 changed files with 374 additions and 0 deletions

View File

@@ -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
}
]
}
}
}