浏览代码

Fix bug of col15

old_master
Kai Ryu 10 年前
父节点
当前提交
d8f4801f34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      keyboard/smart68/matrix.c

+ 1
- 1
keyboard/smart68/matrix.c 查看文件

(PIND&(1<<PD7) ? 0 : (1<<11)) | (PIND&(1<<PD7) ? 0 : (1<<11)) |
(PIND&(1<<PD6) ? 0 : (1<<12)) | (PIND&(1<<PD6) ? 0 : (1<<12)) |
(PINB&(1<<PB3) ? 0 : (1<<13)) | (PINB&(1<<PB3) ? 0 : (1<<13)) |
(PINB&(1<<PF7) ? 0 : (1<<14));
(PINF&(1<<PF7) ? 0 : (1<<14));
} }


/* Row pin configuration /* Row pin configuration