Supplementary Format

This commit is contained in:
sdk 2024-10-16 17:37:48 +08:00
parent a59a9066ca
commit 0cb9c851bf
4 changed files with 4 additions and 5 deletions

View File

@ -15,7 +15,6 @@
#define HS_RGB_BAT_COUNT 1
/* Device Name Definition */
#define PRODUCT "EPOMAKER TIDE65"
#define MD_BT1_NAME "EPOMAKER TIDE65"
#define MD_BT2_NAME "EPOMAKER TIDE65"
#define MD_BT3_NAME "EPOMAKER TIDE65"

View File

@ -66,7 +66,7 @@
"key": "HS_BATQ"
},
{
"key": "KC_TESTW"
"key": "KC_W_T"
},
{
"key": "KC_FTOG"

View File

@ -85,8 +85,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_DEFA] = LAYOUT(
KC_TILD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, KC_W_T, _______, _______, _______, _______, QK_BOOT,
_______, _______, _______, _______, _______, _______, _______, _______, _______, KC_W_T, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),

View File

@ -509,7 +509,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
bootloader_jump();
}
} break;
case KC_TESTW: {
case KC_W_T: {
if (rgbrec_is_started()) {
return false;