mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
[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:
parent
4e985caed2
commit
cc76424a88
3 changed files with 37 additions and 0 deletions
28
keyboards/yatara/drink_me/keymaps/via/keymap.c
Normal file
28
keyboards/yatara/drink_me/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,28 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_0,
|
||||
KC_1,
|
||||
KC_2,
|
||||
KC_3
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS
|
||||
),
|
||||
[3] = LAYOUT(
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS,
|
||||
KC_TRNS
|
||||
)
|
||||
};
|
7
keyboards/yatara/drink_me/keymaps/via/readme.md
Normal file
7
keyboards/yatara/drink_me/keymaps/via/readme.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Drink Me - VIA layout
|
||||
|
||||
> ‘But what am I to do?’ said Alice.
|
||||
>
|
||||
> ‘Anything you like,’ said the Footman, and began whistling.
|
||||
|
||||
Flash with this layout to use [VIA](https://caniusevia.com/) for customising layout.
|
2
keyboards/yatara/drink_me/keymaps/via/rules.mk
Normal file
2
keyboards/yatara/drink_me/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
EXTRAKEY_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue