/* Copyright 2012 Jun Wako This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #pragma once /* key matrix size */ #define MATRIX_ROWS 16 #define MATRIX_COLS 8 #define TAPPING_TERM 200 #ifdef HHKB_RN42_ENABLE // rn42 support -- acquired from the tmk repo. This is almost certainly not // integrated with qmk in the correct way. #define SUART_OUT_PORT PORTD #define SUART_OUT_BIT 0 #define SUART_IN_PIN PIND #define SUART_IN_BIT 1 #define SERIAL_UART_BAUD 115200 #define SERIAL_UART_INIT_CUSTOM \ /* RX interrupt, RX: enable */ \ UCSR1B |= (1<