Skip to content

Commit d9b82ec

Browse files
committed
FEAT: 키맵 변경
1 parent a7bc66d commit d9b82ec

File tree

8 files changed

+28
-48
lines changed

8 files changed

+28
-48
lines changed

keyboards/vfk_001/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
/* define the handedness of the keyboard. this keyboard will be connected with a cable from left half of the keyboard*/
2626
#define MASTER_LEFT
2727

28-
#define MATRIX_COL_PINS {C6, D4, D0, D1, D7}
29-
#define MATRIX_ROW_PINS {B5,B4, E6, B6 }
28+
#define MATRIX_COL_PINS { C6, D4, D0, D1, D7}
29+
#define MATRIX_ROW_PINS { B6, E6, B4, B5}
3030

3131
#define MATRIX_COL_PINS_RIGHT { D7, D1, D0, D4, C6 }
3232
#define MATRIX_ROW_PINS_RIGHT { B6, E6, B4, B5 }

keyboards/vfk_001/info.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"split": {
1313
"soft_serial_pin": "D2"
1414
},
15-
"community_layouts": ["split_3x5_3"],
16-
"layouts": {
15+
"layouts": {
1716
"LAYOUT_split_3x5_3": {
1817
"layout": [
1918
{"matrix": [0, 0], "x": 0, "y": 0.25},
@@ -62,4 +61,7 @@
6261
]
6362
}
6463
}
64+
65+
66+
6567
}

keyboards/vfk_001/keymaps/miryoku/custom_rules.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# https://github.com/manna-harbour/miryoku
33
#
44
MIRYOKU_CLIPBOARD=MAC
5-
65
SRC += features/select_word.c

keyboards/vfk_001/keymaps/miryoku/rules.mk

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Copyright 2019 Manna Harbour
22
# https://github.com/manna-harbour/miryoku
33

4+
# This file intentionally left blank
5+
# MCU name
6+
MCU = atmega32u4
7+
8+
# Bootloader selection
9+
10+
# Build options
11+
# change to yes to no to disable
12+
#
13+
BOOTMAGIC_ENABLE = yes
14+
CONSOLE_ENABLE = no
15+
COMMAND_ENABLE = yes
16+
NKRO_ENABLE = no
17+
BACKLIGHT_ENABLE = no
18+
AUDIO_ENABLE = no
19+
MIDI_ENABLE = no
20+
BLUETOOTH_ENABLE = no
21+
SPLIT_KEYBOARD = yes
422
MOUSEKEY_ENABLE = yes
523
EXTRAKEY_ENABLE = yes
624
AUTO_SHIFT_ENABLE = yes

keyboards/vfk_001/keymaps/via/keymap.c

Lines changed: 0 additions & 39 deletions
This file was deleted.

keyboards/vfk_001/keymaps/via/vfk-001.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
[{"y":-0.25,"x":2.25},"2,1","2,2","2,3","2,4",{"x":2.25},"6,0","6,1","6,2","6,3"],
1313
[{"y":-0.75,"x":1.25},"2,0",{"x":10.25},"6,4"],
1414

15-
[{"r":10,"rx":5,"ry":4,"y":-0.75,"x":-1.5},"3,0","3,1","3,2"],
16-
[{"r":-10,"rx":5,"ry":4,"y":0,"x":3.25},"7,0","7,1","7,2"]
15+
[{"r":10,"rx":5,"ry":4,"y":-0.75,"x":-1.5},"3,0","3,1","3,2","3,3","3,4"],
16+
[{"r":-10,"rx":5,"ry":4,"y":0,"x":3.25},"7,0","7,1","7,2","7,3","7,4"]
1717
]
1818
}
1919
}

lib/chibios

Submodule chibios updated 146 files

lib/chibios-contrib

Submodule chibios-contrib updated 104 files

0 commit comments

Comments
 (0)