diff options
| author | Joel Challis | 2024-11-23 11:09:34 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-23 11:09:34 +0100 |
| commit | 4a5bae51cd1f2cbca0ab8c8ae6e15262f8dc5a68 (patch) | |
| tree | 6dedf92beaa32ddd33476aec43c856f6a37901ed /builddefs | |
| parent | 9e9b4acbde48acbe51fb9ff198be5dce49608ee9 (diff) | |
[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)
* [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#21881)
* Apply suggestions from code review
Co-authored-by: Nick Brassel <nick@tzarc.org>
---------
Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/common_features.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 86ced30902..7bfd1436e7 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -28,6 +28,7 @@ QUANTUM_SRC += \ $(QUANTUM_DIR)/sync_timer.c \ $(QUANTUM_DIR)/logging/debug.c \ $(QUANTUM_DIR)/logging/sendchar.c \ + $(QUANTUM_DIR)/process_keycode/process_default_layer.c \ VPATH += $(QUANTUM_DIR)/logging # Fall back to lib/printf if there is no platform provided print |