diff options
| author | Joel Challis | 2023-10-29 02:09:02 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-29 02:09:02 +0200 |
| commit | 98530cad3ba8733d8a100e0bc5f3cf47339c4b3e (patch) | |
| tree | c6c7306052b2707daddcbfd5c53e298e093f9b09 /data/mappings/info_rules.hjson | |
| parent | 64ea1179b10794d6b97a968c21752417e8ac70c5 (diff) | |
Implement data driven dip switches (#22017)
* Add data driven dip switches
* Autogen weak matrix_mask
Diffstat (limited to 'data/mappings/info_rules.hjson')
| -rw-r--r-- | data/mappings/info_rules.hjson | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson index 6a0f0a3030..02fc2bee9d 100644 --- a/data/mappings/info_rules.hjson +++ b/data/mappings/info_rules.hjson @@ -17,6 +17,7 @@ "BOOTLOADER": {"info_key": "bootloader", "warn_duplicate": false}, "BOOTMAGIC_ENABLE": {"info_key": "bootmagic.enabled", "value_type": "bool"}, "CAPS_WORD_ENABLE": {"info_key": "caps_word.enabled", "value_type": "bool"}, + "DIP_SWITCH_ENABLE": {"info_key": "dip_switch.enabled", "value_type": "bool"}, "DEBOUNCE_TYPE": {"info_key": "build.debounce_type"}, "EEPROM_DRIVER": {"info_key": "eeprom.driver"}, "ENCODER_ENABLE": {"info_key": "encoder.enabled", "value_type": "bool"}, |