mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-20 12:29:58 -04:00
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:
parent
09ee4c3cec
commit
e53362a15e
3 changed files with 24 additions and 0 deletions
20
keyboards/spaceman/2_milk/keymaps/via/keymap.c
Normal file
20
keyboards/spaceman/2_milk/keymaps/via/keymap.c
Normal 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(
|
||||
_______,
|
||||
_______
|
||||
)
|
||||
};
|
2
keyboards/spaceman/2_milk/keymaps/via/readme.md
Normal file
2
keyboards/spaceman/2_milk/keymaps/via/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Default keymap for 2% Milk
|
||||

|
2
keyboards/spaceman/2_milk/keymaps/via/rules.mk
Normal file
2
keyboards/spaceman/2_milk/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue