forked from forks/qmk_firmware
11 lines
159 B
C
11 lines
159 B
C
|
#pragma once
|
||
|
|
||
|
#include QMK_KEYBOARD_CONFIG_H
|
||
|
#include "333fred_config.h"
|
||
|
|
||
|
#define USE_SERIAL
|
||
|
#define MASTER_LEFT
|
||
|
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 200
|