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
This commit is contained in:
Yu Hao Wong 2020-07-30 06:15:53 +08:00 committed by GitHub
parent 09ee4c3cec
commit e53362a15e
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#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(
_______,
_______
)
};

View file

@ -0,0 +1,2 @@
# Default keymap for 2% Milk
![Picture](https://i.imgur.com/9PsZ6wa.png)

View file

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes