diff options
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/feature_dip_switch.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ja/feature_dip_switch.md b/docs/ja/feature_dip_switch.md index a5436779f..8d0eeafa5 100644 --- a/docs/ja/feature_dip_switch.md +++ b/docs/ja/feature_dip_switch.md | |||
@@ -14,6 +14,8 @@ DIP スイッチは、以下を `rules.mk` に追加することでサポート | |||
14 | ```c | 14 | ```c |
15 | // Connects each switch in the dip switch to the GPIO pin of the MCU | 15 | // Connects each switch in the dip switch to the GPIO pin of the MCU |
16 | #define DIP_SWITCH_PINS { B14, A15, A10, B9 } | 16 | #define DIP_SWITCH_PINS { B14, A15, A10, B9 } |
17 | // For split keyboards, you can separately define the right side pins | ||
18 | #define DIP_SWITCH_PINS_RIGHT { ... } | ||
17 | ``` | 19 | ``` |
18 | 20 | ||
19 | あるいは | 21 | あるいは |