Skip to content

Commit

Permalink
More eeconfig conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Sep 2, 2024
1 parent 7f01d29 commit fff8793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/via.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include "eeconfig.h" // for EECONFIG_SIZE
#include "nvm_eeconfig_eeprom.h" // for EECONFIG_SIZE
#include "action.h"

// Keyboard level code can change where VIA stores the magic.
Expand Down Expand Up @@ -202,4 +202,4 @@ void via_qmk_audio_command(uint8_t *data, uint8_t length);
void via_qmk_audio_set_value(uint8_t *data);
void via_qmk_audio_get_value(uint8_t *data);
void via_qmk_audio_save(void);
#endif
#endif

0 comments on commit fff8793

Please sign in to comment.