From 1ccfc77f7be2a1ee5383ff14fe4256e3ce444f48 Mon Sep 17 00:00:00 2001 From: Juan Pablo Kutianski Date: Wed, 22 Dec 2021 00:53:17 -0300 Subject: [PATCH 1/2] Add dynamic macros keycodes to ensure test --- quantum/vial_ensure_keycode.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quantum/vial_ensure_keycode.h b/quantum/vial_ensure_keycode.h index 02fe029226..76418f8505 100644 --- a/quantum/vial_ensure_keycode.h +++ b/quantum/vial_ensure_keycode.h @@ -339,3 +339,10 @@ _Static_assert(MACRO12 == 0x5F1E, ""); _Static_assert(MACRO13 == 0x5F1F, ""); _Static_assert(MACRO14 == 0x5F20, ""); _Static_assert(MACRO15 == 0x5F21, ""); + +/* KEYCODES_DYNAMIC_MACRO */ +_Static_assert(DYN_REC_START1 == 0x5D03, ""); +_Static_assert(DYN_REC_START2 == 0x5D04, ""); +_Static_assert(DYN_REC_STOP == 0x5D05, ""); +_Static_assert(DYN_MACRO_PLAY1 == 0x5D06, ""); +_Static_assert(DYN_MACRO_PLAY2 == 0x5D07, ""); From 72c159e5bbe1c21f1cfe8540b3eef2605b766d69 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Tue, 21 Dec 2021 23:15:36 -0500 Subject: [PATCH 2/2] .github: make the CI workflow run always --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4fae349a2..ff573086ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: push: workflow_dispatch: pull_request: - paths: - - 'keyboards/**' jobs: build: