Skip to content

Commit

Permalink
fix: disable usb for nRF52832
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed May 11, 2024
1 parent 38bd8d9 commit 8386bfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboard.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ chip = "{{ chip }}"
{% if microcontroller_family == "esp" -%}
usb_enable = false
{% endif %}
{% if chip == "nrf52832_xxAA" -%}
usb_enable = false
{% endif %}
[matrix]
rows = 4
cols = 3
Expand Down

0 comments on commit 8386bfe

Please sign in to comment.