diff options
| author | Joel Challis <git@zvecr.com> | 2025-09-12 10:23:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 10:23:23 +0100 |
| commit | cf58a8733d35bbfea2f54bd0175747ee63d9b2e3 (patch) | |
| tree | 6bee7d8c07e398032bf34bee540a3f08b1fd0dfe /lib/python/qmk/tests/test_cli_commands.py | |
| parent | 3320e98ccf6d1fccfada9d6f1d97759e80a340e8 (diff) | |
Add DIP Switch map support to keymap.json (#25431)
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
| -rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index dd659fe0f2..2716459989 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
| @@ -159,6 +159,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 159 | 159 | ||
| 160 | 160 | ||
| 161 | 161 | ||
| 162 | |||
| 162 | #ifdef OTHER_KEYMAP_C | 163 | #ifdef OTHER_KEYMAP_C |
| 163 | # include OTHER_KEYMAP_C | 164 | # include OTHER_KEYMAP_C |
| 164 | #endif // OTHER_KEYMAP_C | 165 | #endif // OTHER_KEYMAP_C |
| @@ -196,6 +197,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 196 | 197 | ||
| 197 | 198 | ||
| 198 | 199 | ||
| 200 | |||
| 199 | #ifdef OTHER_KEYMAP_C | 201 | #ifdef OTHER_KEYMAP_C |
| 200 | # include OTHER_KEYMAP_C | 202 | # include OTHER_KEYMAP_C |
| 201 | #endif // OTHER_KEYMAP_C | 203 | #endif // OTHER_KEYMAP_C |
