Add V6 Max

This commit is contained in:
lokher 2024-03-02 11:41:28 +08:00
parent 4fe24e8039
commit a56ef872dd
25 changed files with 1923 additions and 2 deletions

View file

@ -160,6 +160,5 @@ led_config_t g_led_config = {
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 4, 4, 4, 4,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
}
};
#endif

View file

@ -71,4 +71,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return true;
}