This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yu Hao Wong b3e7a4e798
Added Via keymap to Spaceman 2% Milk (#9484)
* added via support to spaceman 2% milk

* changed kc trns in layers 1-3

* changed vendor and product ID per creator suggestion
2020-07-29 15:15:53 -07:00

21 lines
348 B
C

#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_Z,
KC_X
),
[1] = LAYOUT(
_______,
_______
),
[2] = LAYOUT(
_______,
_______
),
[3] = LAYOUT(
_______,
_______
)
};