ソースを参照

Update matrix.c

master
di0ib 6年前
コミット
dc0e244fc8
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      keyboard/4x4/matrix.c

+ 4
- 0
keyboard/4x4/matrix.c ファイルの表示

@@ -56,6 +56,10 @@ uint8_t matrix_cols(void)

void matrix_init(void)
{
// To use PORTF disable JTAG with writing JTD bit twice within four cycles.
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
// initialize row and col
unselect_rows();
init_cols();

読み込み中…
キャンセル
保存