pc98_usb: LED control code is disabled by default

This commit is contained in:
tmk 2018-06-02 19:52:50 +09:00
parent ec8da5f9f5
commit 47e9e80223
4 changed files with 24 additions and 34 deletions

View file

@ -36,6 +36,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* Control LED indicatiors, which doesn't work well with locking support */
//#define PC98_LED_CONTROL
/* PC98 Reset Port shared with TXD */
#define PC98_RST_DDR DDRD
#define PC98_RST_PORT PORTD