소스 검색

Change tapping parameter for hhkb/iwrap

tags/v1.9
tmk 11 년 전
부모
커밋
c254a0d038
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      keyboard/hhkb/config_iwrap.h

+ 5
- 0
keyboard/hhkb/config_iwrap.h 파일 보기

@@ -51,4 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DEBUG_LED_OFF (PORTD |= (1<<4))
#define DEBUG_LED_ON (PORTD &= ~(1<<4))

/* period of tapping(ms) */
#define TAPPING_TERM 300
/* tap count needed for toggling a feature */
#define TAPPING_TOGGLE 5

#endif

Loading…
취소
저장