Skip to content

Commit

Permalink
Fix problem that Chidori is not recognized by host computer. (qmk#17882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka2hiro authored and nolanseaton committed Jan 23, 2023
1 parent 41d2836 commit 48d3975
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions keyboards/kagizaraya/chidori/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
/* Bootmagic Lite key configuration */
// #define BOOTMAGIC_LITE_ROW 0
// #define BOOTMAGIC_LITE_COLUMN 0

/* USB config */
#define USB_MAX_POWER_CONSUMPTION 100
#define USB_COUNT_SOF 0
#define USB_INTR_CFG_SET (1 << ISC01)
#define USB_INTR_ENABLE_BIT INT0
#define USB_INTR_PENDING_BIT INTF0
#define USB_INTR_VECTOR INT0_vect

0 comments on commit 48d3975

Please sign in to comment.