diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-06 19:25:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-06 19:25:38 +0000 |
commit | c1dfcfc571b8910eeea636d92a12f87f217f2521 (patch) | |
tree | 70c4340fd1d81caf86df17d605af5cd14ceceb57 /docs/porting_your_keyboard_to_qmk.md | |
parent | 97522bd58a7e21bdb1db2c7d9054e9f8ecbfd04a (diff) | |
parent | f067f4230538ee1efbeaebf13c92106f973ffe93 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/porting_your_keyboard_to_qmk.md')
-rw-r--r-- | docs/porting_your_keyboard_to_qmk.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md index e6a3a72cda..b0213a6d70 100644 --- a/docs/porting_your_keyboard_to_qmk.md +++ b/docs/porting_your_keyboard_to_qmk.md @@ -150,6 +150,8 @@ In the above example, * It must conform to the [layout guidelines](hardware_keyboard_guidelines.md#ltkeyboard_namehgt) * `"matrix": [0, 0]` defines the electrical position +?> See also: [Split Keyboard Layout Macro](https://docs.qmk.fm/#/feature_split_keyboard?id=layout-macro) and [Matrix to Physical Layout](https://docs.qmk.fm/#/understanding_qmk?id=matrix-to-physical-layout-map). + ## Additional Configuration There are a lot of features that can be turned on or off, configured or tuned. Some of these have yet to be migrated over to [Data Driven Configuration](data_driven_config.md). The following sections cover the process for when an `info.json` option is unavailable. |