aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ja
diff options
context:
space:
mode:
authorshela <shelaf@users.noreply.github.com>2020-07-23 17:34:42 +0900
committerGitHub <noreply@github.com>2020-07-23 17:34:42 +0900
commite85ec9a09a79bc1882d7b6ef4f3f9f0aa6c8b295 (patch)
tree65d030dba8d866eafb67e7327f8a4666831d05bc /docs/ja
parent562b853a8f4a6d0d4e3343a6ab7ba85e7740e3c0 (diff)
downloadfirmware-e85ec9a09a79bc1882d7b6ef4f3f9f0aa6c8b295.tar.gz
firmware-e85ec9a09a79bc1882d7b6ef4f3f9f0aa6c8b295.tar.bz2
firmware-e85ec9a09a79bc1882d7b6ef4f3f9f0aa6c8b295.zip
Update Japanese translation of _summary.md. (#9777)
Diffstat (limited to 'docs/ja')
-rw-r--r--docs/ja/_summary.md24
1 files changed, 18 insertions, 6 deletions
diff --git a/docs/ja/_summary.md b/docs/ja/_summary.md
index 987df23d7..a4cb75c5e 100644
--- a/docs/ja/_summary.md
+++ b/docs/ja/_summary.md
@@ -6,6 +6,7 @@
* [テストとデバッグ](ja/newbs_testing_debugging.md)
* [手助けを得る/サポート](ja/support.md)
* [他のリソース](ja/newbs_learn_more_resources.md)
+ * [シラバス](ja/syllabus.md)
* FAQ
* [一般的な FAQ](ja/faq_general.md)
@@ -33,7 +34,9 @@
* [機能のカスタマイズ](ja/custom_quantum_functions.md)
* [Zadig を使ったドライバのインストール](ja/driver_installation_zadig.md)
* [キーマップの概要](ja/keymap.md)
- * [Vagrant のガイド](ja/getting_started_vagrant.md)
+ * 開発環境
+ * [Docker のガイド](ja/getting_started_docker.md)
+ * [Vagrant のガイド](ja/getting_started_vagrant.md)
* 書き込み
* [書き込み](ja/flashing.md)
* [ATmega32A の書き込み (ps2avrgb)](ja/flashing_bootloadhid.md)
@@ -52,6 +55,7 @@
* 単純なキーコード
* [完全なリスト](ja/keycodes.md)
* [基本的なキーコード](ja/keycodes_basic.md)
+ * [言語固有のキーコード](ja/reference_keymap_extras.md)
* [修飾キー](ja/feature_advanced_keycodes.md)
* [Quantum キーコード](ja/quantum_keycodes.md)
@@ -72,9 +76,10 @@
* [デバウンス API](ja/feature_debounce_type.md)
* [キーロック](ja/feature_key_lock.md)
* [レイヤー](ja/feature_layers.md)
- * [One Shot Keys](ja/one_shot_keys.md)
+ * [ワンショットキー](ja/one_shot_keys.md)
* [ポインティング デバイス](ja/feature_pointing_device.md)
- * [Swap Hands](ja/feature_swap_hands.md)
+ * [ロー HID](ja/feature_rawhid.md)
+ * [スワップハンド](ja/feature_swap_hands.md)
* [タップダンス](ja/feature_tap_dance.md)
* [タップホールド設定](ja/tap_hold.md)
* [ターミナル](ja/feature_terminal.md)
@@ -101,7 +106,7 @@
* [Proton C 規約](ja/proton_c_conversion.md)
* [PS/2 マウス](ja/feature_ps2_mouse.md)
* [分割キーボード](ja/feature_split_keyboard.md)
- * [Stenography](ja/feature_stenography.md)
+ * [速記](ja/feature_stenography.md)
* [感熱式プリンタ](ja/feature_thermal_printer.md)
* [Velocikey](ja/feature_velocikey.md)
@@ -110,6 +115,7 @@
* [概要](ja/breaking_changes.md)
* [プルリクエストにフラグが付けられた](ja/breaking_changes_instructions.md)
* 履歴
+ * [2020年5月30日](ja/ChangeLog/20200530.md)
* [2020年2月29日](ja/ChangeLog/20200229.md)
* [2019年8月30日](ja/ChangeLog/20190830.md)
@@ -124,6 +130,7 @@
* [SPI ドライバ](ja/spi_driver.md)
* [WS2812 ドライバ](ja/ws2812_driver.md)
* [EEPROM ドライバ](ja/eeprom_driver.md)
+ * [シリアル ドライバ](ja/serial_driver.md)
* [GPIO コントロール](ja/internals_gpio_control.md)
* [キーボード ガイドライン](ja/hardware_keyboard_guidelines.md)
@@ -136,6 +143,11 @@
* [開発環境](ja/api_development_environment.md)
* [アーキテクチャの概要](ja/api_development_overview.md)
+ * ハードウェアプラットフォーム開発
+ * Arm/ChibiOS
+ * [MCU の選択](ja/platformdev_selecting_arm_mcu.md)
+ * [早期初期化](ja/platformdev_chibios_earlyinit.md)
+
* QMK Reference
* [QMK への貢献](ja/contributing.md)
* [QMK ドキュメントの翻訳](ja/translating.md)
@@ -155,9 +167,9 @@
* QMK の内部詳細(作成中)
* [定義](ja/internals_defines.md)
- * [Input Callback Reg](ja/internals_input_callback_reg.md)
+ * [入力コールバック登録](ja/internals_input_callback_reg.md)
* [Midi デバイス](ja/internals_midi_device.md)
* [Midi デバイスのセットアップ手順](ja/internals_midi_device_setup_process.md)
* [Midi ユーティリティ](ja/internals_midi_util.md)
- * [Send Functions](ja/internals_send_functions.md)
+ * [Midi 送信関数](ja/internals_send_functions.md)
* [Sysex Tools](ja/internals_sysex_tools.md)