forked from forks/qmk_firmware
840b9090a0
* initial commit * migrated the actual keymap to this keyboard * added the actual Tanuki keymap * Added QMK DFU bootloader support * TuCZnak's keymaps - final * Update keyboards/tanuki/keymaps/tucznak/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/ut472/keymaps/tucznak/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
19 lines
375 B
C
19 lines
375 B
C
#pragma once
|
|
|
|
#undef MANUFACTURER
|
|
#undef PRODUCT
|
|
#undef DESCRIPTION
|
|
|
|
#define MANUFACTURER Potato Inc.
|
|
#define PRODUCT Qt3.14
|
|
#define DESCRIPTION Smolkeeb
|
|
|
|
/* 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
|