Revert "Merge branch 'pr/684' into testing"
This reverts commita02aba6539
, reversing changes made to8fbaeddea5
.
This commit is contained in:
parent
a02aba6539
commit
0f4dbeee2a
5 changed files with 0 additions and 63 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -46,7 +46,6 @@ jobs:
|
||||||
- lily58_right
|
- lily58_right
|
||||||
- microdox_left
|
- microdox_left
|
||||||
- microdox_right
|
- microdox_right
|
||||||
- two_percent_milk
|
|
||||||
- nibble
|
- nibble
|
||||||
- qaz
|
- qaz
|
||||||
- quefrency_left
|
- quefrency_left
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
# Copyright (c) 2021 The ZMK Contributors
|
|
||||||
# SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
if SHIELD_TWO_PERCENT_MILK
|
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
|
||||||
default "2% Milk"
|
|
||||||
|
|
||||||
endif
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Copyright (c) 2021 The ZMK Contributors
|
|
||||||
# SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
config SHIELD_TWO_PERCENT_MILK
|
|
||||||
def_bool $(shields_list_contains,two_percent_milk)
|
|
|
@ -1,24 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2021 The ZMK Contributors
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <behaviors.dtsi>
|
|
||||||
#include <dt-bindings/zmk/keys.h>
|
|
||||||
#include <dt-bindings/zmk/bt.h>
|
|
||||||
|
|
||||||
#define DEFAULT 0
|
|
||||||
|
|
||||||
/ {
|
|
||||||
keymap {
|
|
||||||
compatible = "zmk,keymap";
|
|
||||||
|
|
||||||
default_layer {
|
|
||||||
bindings = <
|
|
||||||
&kp X
|
|
||||||
&kp Z
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,24 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2021 The ZMK Contributors
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*/
|
|
||||||
|
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
zmk,kscan = &kscan0;
|
|
||||||
};
|
|
||||||
|
|
||||||
kscan0: kscan {
|
|
||||||
compatible = "zmk,kscan-gpio-direct";
|
|
||||||
|
|
||||||
label = "KSCAN";
|
|
||||||
|
|
||||||
input-gpios
|
|
||||||
= <&pro_micro_d 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
|
||||||
, <&pro_micro_d 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
|
||||||
;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
Loading…
Add table
Reference in a new issue