Skip to content

Commit

Permalink
Update edit_keymap_file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc authored Mar 17, 2021
1 parent 1d90881 commit d37073d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/edit_keymap_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ BLE Micro Pro用のQMKには、QMKのカスタムキーコードとして定義
| BLE_EN | Enable BLE HID sending |
| USB_DIS | Disable USB HID sending |
| USB_EN | Enable USB HID sending |
| BLE_SEL | Enable BLE and disable USB |
| USB_SEL | Enable USB and disable BLE |
| SEL_BLE | Enable BLE and disable USB |
| SEL_USB | Enable USB and disable BLE |
| ADV_ID0 | Start advertising to PeerID 0 |
| ADV_ID1 | Start advertising to PeerID 1 |
| ADV_ID2 | Start advertising to PeerID 2 |
Expand Down Expand Up @@ -74,4 +74,4 @@ BLE Micro Pro用のQMKには、QMKのカスタムキーコードとして定義
| LTE(layer, kc) | LTと同じ。`EX(LTE(2, xEISU))` |
| TLT(layer1, layer2, layer3, kc) | LTとtri_layer_updateを組み合わせたもの |
| TDD(kc1, kc2) | 一回タップするとkc1, 二回タップするとkc2が入力される |
| TDH(kc1, kc2) | タップするとkc1, ホールドするとkc2が入力される |
| TDH(kc1, kc2) | タップするとkc1, ホールドするとkc2が入力される |

0 comments on commit d37073d

Please sign in to comment.