mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-09 11:09:35 +00:00
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
|