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
master
Yu Hao Wong 2020-07-30 06:15:53 +08:00 committed by GitHub
parent 0091897cc8
commit b3e7a4e798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 2 deletions

View File

@ -17,8 +17,8 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0xB195
#define VENDOR_ID 0x5342 // "SB"
#define PRODUCT_ID 0x3225 // "2%"
#define DEVICE_VER 0x0001
#define MANUFACTURER Spaceman
#define PRODUCT 2% Milk

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