forked from forks/qmk_firmware
31e4583f4a
* 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.
11 lines
197 B
C
11 lines
197 B
C
#include QMK_KEYBOARD_H
|
|
|
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
[0] = LAYOUT(
|
|
LSFT(KC_O),
|
|
LSFT(KC_R),
|
|
LSFT(KC_U),
|
|
LSFT(KC_SLSH)
|
|
)
|
|
};
|