Skip to content

Commit

Permalink
Fix develop after recent changes (#14975)
Browse files Browse the repository at this point in the history
* Fix sleep led issues

* Fix tests
  • Loading branch information
zvecr authored Oct 28, 2021
1 parent dcfffa7 commit 0f92614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ endif
include common_features.mk
include $(BUILDDEFS_PATH)/generic_features.mk
include $(TMK_PATH)/common.mk
include $(TMK_PATH)/protocol.mk
include $(QUANTUM_PATH)/debounce/tests/rules.mk
include $(QUANTUM_PATH)/sequencer/tests/rules.mk
include $(TMK_PATH)/common/test/rules.mk
Expand Down
3 changes: 3 additions & 0 deletions quantum/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef VIRTSER_ENABLE
# include "virtser.h"
#endif
#ifdef SLEEP_LED_ENABLE
# include "sleep_led.h"
#endif

static uint32_t last_input_modification_time = 0;
uint32_t last_input_activity_time(void) { return last_input_modification_time; }
Expand Down

0 comments on commit 0f92614

Please sign in to comment.