Browse Source

Fix compilation of dynamic_keymap.c without VIA (#21858)

pull/21868/head 0.22.1
Joel Challis 8 months ago
committed by GitHub
parent
commit
11a8101301
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/dynamic_keymap.c

+ 1
- 0
quantum/dynamic_keymap.c View File

@ -26,6 +26,7 @@
# include "via.h"
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
#else
# include "eeconfig.h"
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
#endif


Loading…
Cancel
Save