Updating gitea runner
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s

This commit is contained in:
2025-07-14 11:45:46 -05:00
parent 3c73c7283f
commit 7497afa5f3
3 changed files with 11 additions and 2 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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