mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 07:33:04 +00:00
Fix errors (#407)
* Make sure that unit tests run on all release versions * [ErgoDox EZ] Fix complication issues due to updates * [ErgoDox EZ] Fix compilication errors and warnings We want all green! * Fix weird merge conflicts
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<<<<<<<< HEAD:tests/tap_hold_configurations/chordal_hold/default/config.h
|
||||
/* Copyright 2022 Vladislav Kucheriavykh
|
||||
* Copyright 2024 Google LLC
|
||||
========
|
||||
/* Copyright 2024 ThanhSon.Mech
|
||||
>>>>>>>> origin/master:keyboards/trnthsn/e8ghty/halconf.h
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -21,11 +17,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
<<<<<<<< HEAD:tests/tap_hold_configurations/chordal_hold/default/config.h
|
||||
#include "test_common.h"
|
||||
#define CHORDAL_HOLD
|
||||
========
|
||||
#define HAL_USE_SPI TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
>>>>>>>> origin/master:keyboards/trnthsn/e8ghty/halconf.h
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
<<<<<<<< HEAD:tests/tap_hold_configurations/chordal_hold/hold_on_other_key_press/config.h
|
||||
/* Copyright 2022 Vladislav Kucheriavykh
|
||||
* Copyright 2024 Google LLC
|
||||
========
|
||||
/* Copyright 2022 QMK
|
||||
>>>>>>>> origin/master:keyboards/deemen17/de80/halconf.h
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -21,13 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
<<<<<<<< HEAD:tests/tap_hold_configurations/chordal_hold/hold_on_other_key_press/config.h
|
||||
#include "test_common.h"
|
||||
#define CHORDAL_HOLD
|
||||
#define HOLD_ON_OTHER_KEY_PRESS
|
||||
========
|
||||
#define HAL_USE_SPI TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
||||
>>>>>>>> origin/master:keyboards/deemen17/de80/halconf.h
|
||||
|
||||
@@ -19,11 +19,7 @@
|
||||
|
||||
#include "test_common.h"
|
||||
|
||||
<<<<<<<< HEAD:tests/tap_hold_configurations/chordal_hold/retro_shift_permissive_hold/config.h
|
||||
#define CHORDAL_HOLD
|
||||
========
|
||||
// place overrides here
|
||||
>>>>>>>> origin/master:keyboards/unikeyboard/diverge3/keymaps/iso_uk/config.h
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
#define RETRO_SHIFT 2 * TAPPING_TERM
|
||||
|
||||
Reference in New Issue
Block a user