Skip to content

Commit

Permalink
[CLI] Remove check for Input Club boards (qmk#10636)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and drashna committed Jan 13, 2021
1 parent 112cf40 commit aab7d18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/python/qmk/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ def arm_processor_rules(info_data, rules):
if info_data['bootloader'] == 'unknown':
if 'STM32' in info_data['processor']:
info_data['bootloader'] = 'stm32-dfu'
elif info_data.get('manufacturer') == 'Input Club':
info_data['bootloader'] = 'kiibohd-dfu'

if 'STM32' in info_data['processor']:
info_data['platform'] = 'STM32'
Expand Down

0 comments on commit aab7d18

Please sign in to comment.