[Keyboard] Update Tetris (#5513)
* Update Tetris Add a fake row to config the encoder's keycode easily. * Delete rules.mk * Update keyboards/tetris/readme.md Co-Authored-By: YCF <65446+YCF@users.noreply.github.com> * Update config.h add #define RGBLIGHT_SLEEP
This commit is contained in:
parent
a58c66df88
commit
9e3b38425f
8 changed files with 184 additions and 826 deletions
22
keyboards/tetris/config.h
Normal file → Executable file
22
keyboards/tetris/config.h
Normal file → Executable file
|
@ -10,17 +10,12 @@
|
|||
#define PRODUCT Tetris
|
||||
#define DESCRIPTION Planck mit
|
||||
|
||||
#define QMK_ESC_OUTPUT B0
|
||||
#define QMK_ESC_INPUT D7
|
||||
#define QMK_LED B7
|
||||
#define QMK_SPEAKER B5
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 12
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { B3, B2, B1, B0 }
|
||||
#define MATRIX_ROW_PINS { B3, B2, B1, B0, E6 }
|
||||
#define MATRIX_COL_PINS { D7, B4, B6, C6, C7, F6, F7, D4, D2, D3, D5, D6 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
|
@ -39,19 +34,22 @@
|
|||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
#define B5_AUDIO
|
||||
#define STARTUP_SONG SONG(ONE_UP_SOUND)
|
||||
#define NO_MUSIC_MODE
|
||||
#endif
|
||||
|
||||
#if RGBLIGHT_ENABLE
|
||||
#define NUMBER_OF_ENCODERS 2
|
||||
#define ENCODERS_PAD_A { D1,F1 }
|
||||
#define ENCODERS_PAD_B { D0,F0 }
|
||||
|
||||
#define RGB_DI_PIN F5
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLED_NUM 47
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 12
|
||||
//#define RGBLIGHT_LIMIT_VAL 128
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue