Skip to content

Commit

Permalink
Disable EEPROM menu if no compatible devices connected (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Aug 2, 2021
1 parent 374c3d2 commit 5a8854f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions macos/QMK Toolbox/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,21 @@
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="setHandednessButtonClick:" target="Voe-Tx-rLC" id="HGY-yK-wlb"/>
<binding destination="Voe-Tx-rLC" name="enabled" keyPath="canClearEEPROM" id="Fsm-d7-Woy"/>
</connections>
</menuItem>
<menuItem title="Set Right Hand" tag="1" keyEquivalent="" id="Srd-qs-7xC">
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="setHandednessButtonClick:" target="Voe-Tx-rLC" id="deN-mD-LWe"/>
<binding destination="Voe-Tx-rLC" name="enabled" keyPath="canClearEEPROM" id="oYH-KT-4we"/>
</connections>
</menuItem>
</items>
</menu>
<connections>
<binding destination="Voe-Tx-rLC" name="enabled" keyPath="canClearEEPROM" id="Zfv-M0-NF7"/>
</connections>
</menuItem>
<menuItem title="Exit DFU" keyEquivalent="X" id="N5j-gr-8MX">
<connections>
Expand Down
5 changes: 3 additions & 2 deletions windows/QMK Toolbox/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a8854f

Please sign in to comment.