restore-colemakdh #1
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]
|
||||
jobs:
|
||||
lint-and-compile:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: local
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include "features/taphold.h"
|
||||
#include "features/tapdance.h"
|
||||
#include "features/macros.h"
|
||||
#include "features/combo.h"
|
||||
#include "features/tap_dance.h"
|
||||
#include "definitions/layers.h"
|
||||
#include "definitions/process_record.h"
|
||||
#include "definitions/keycodes.h"
|
||||
|
||||
@@ -3,3 +3,10 @@ AUTO_SHIFT_ENABLE = yes
|
||||
|
||||
ENCODER_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