This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-20 12:40:35 +11:00

17 lines
323 B
C

#pragma once
#undef MANUFACTURER
#undef PRODUCT
#define MANUFACTURER Potato Inc.
#define PRODUCT Qt3.14
/* turn off RGB when computer sleeps */
#ifdef RGBLIGHT_ENABLE
#define RGBLIGHT_SLEEP
#endif
/* send tap key if no layer key was used even after tap delay */
#define TAPPING_TERM 50
#define RETRO_TAPPING