Updating gitea runner
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
This commit is contained in:
2
.github/workflows/lint_and_compile.yml
vendored
2
.github/workflows/lint_and_compile.yml
vendored
@@ -2,7 +2,7 @@ name: Compile my Keebs
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-compile:
|
lint-and-compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: local
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
#include "features/taphold.h"
|
#include "features/taphold.h"
|
||||||
#include "features/tapdance.h"
|
#include "features/tapdance.h"
|
||||||
#include "features/macros.h"
|
#include "features/macros.h"
|
||||||
|
#include "features/combo.h"
|
||||||
|
#include "features/tap_dance.h"
|
||||||
#include "definitions/layers.h"
|
#include "definitions/layers.h"
|
||||||
#include "definitions/process_record.h"
|
#include "definitions/process_record.h"
|
||||||
#include "definitions/keycodes.h"
|
#include "definitions/keycodes.h"
|
||||||
|
|||||||
@@ -3,3 +3,10 @@ AUTO_SHIFT_ENABLE = yes
|
|||||||
|
|
||||||
ENCODER_ENABLE = yes
|
ENCODER_ENABLE = yes
|
||||||
ENCODER_MAP_ENABLE = yes
|
ENCODER_MAP_ENABLE = yes
|
||||||
|
|
||||||
|
COMBO_ENABLE = yes
|
||||||
|
TAP_DANCE_ENABLE = yes
|
||||||
|
|
||||||
|
VIA_ENABLE = no
|
||||||
|
KEYMAP_INTROSPECTION_ENABLE := no
|
||||||
|
COMMUNITY_LAYOUT = no
|
||||||
|
|||||||
Reference in New Issue
Block a user