1
0
Fork 0

[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 374 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
LCTL(KC_Z),
LCTL(KC_X),
LCTL(KC_C),
LCTL(KC_V)
)
};