summaryrefslogtreecommitdiff
path: root/keyboards/spaceman/2_milk/keymaps/via/keymap.c
diff options
context:
space:
mode:
authorYu Hao Wong <54234367+wongyuhao@users.noreply.github.com>2020-07-30 06:15:53 +0800
committerGitHub <noreply@github.com>2020-07-29 15:15:53 -0700
commitb3e7a4e798080563d64527e3fe9d6475ba375d94 (patch)
tree0984deeb722e92c9706b1b5654dbe8833195be06 /keyboards/spaceman/2_milk/keymaps/via/keymap.c
parent0091897cc88caa0f7241def0e5d44539162cf634 (diff)
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
Diffstat (limited to 'keyboards/spaceman/2_milk/keymaps/via/keymap.c')
-rw-r--r--keyboards/spaceman/2_milk/keymaps/via/keymap.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/spaceman/2_milk/keymaps/via/keymap.c b/keyboards/spaceman/2_milk/keymaps/via/keymap.c
new file mode 100644
index 0000000000..c848d9cb5a
--- /dev/null
+++ b/keyboards/spaceman/2_milk/keymaps/via/keymap.c
@@ -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(
+ _______,
+ _______
+ )
+};