files for compiling a firmware

This commit is contained in:
ItzAdel
2022-01-01 17:21:31 +04:00
parent b41df92878
commit 315b96d492
15 changed files with 356 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#pragma once
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
#define VIAL_KEYBOARD_UID {0x36, 0xD0, 0xD6, 0xF2, 0x86, 0x32, 0x14, 0x28}
#ifdef RGBLIGHT_ENABLE
# undef RGBLED_NUM
# define RGBLIGHT_ANIMATIONS
# define RGBLED_NUM 54
# undef RGBLED_SPLIT
# define RGBLED_SPLIT \
{ 23, 23 }
# define RGBLIGHT_LIMIT_VAL 130
# define RGBLIGHT_HUE_STEP 10
# define RGBLIGHT_SAT_STEP 17
# define RGBLIGHT_VAL_STEP 17
#endif