summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_proton_handwire
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-26 11:38:58 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-26 11:38:58 -0400
commitf84a41de3e72c022edebc1a3e90df0aa140451e6 (patch)
tree33fb5e0c764117c4f1e1f0483751a59376121564 /app/boards/shields/petejohanson_proton_handwire
parent185f9be6ab5802e736906cb134ee06f05230ceac (diff)
Only test w/ Kyria and handwire.
Diffstat (limited to 'app/boards/shields/petejohanson_proton_handwire')
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig13
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/Kconfig.shield5
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay41
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf0
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay17
5 files changed, 0 insertions, 76 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
deleted file mode 100644
index 196c636..0000000
--- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-
-if SHIELD_PETEJOHANSON_PROTON_HANDWIRE
-
-config ZMK_KEYBOARD_NAME
- default "Pete's Proton Handwire"
-
-config ZMK_USB
- default y
-
-config ZMK_ACTION_MOD_TAP
- default y
-
-endif
diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield b/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield
deleted file mode 100644
index e43f57d..0000000
--- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright (c) 2020 Pete Johanson
-# SPDX-License-Identifier: MIT
-
-config SHIELD_PETEJOHANSON_PROTON_HANDWIRE
- def_bool $(shields_list_contains,petejohanson_proton_handwire)
diff --git a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay b/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay
deleted file mode 100644
index ca03557..0000000
--- a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay
+++ /dev/null
@@ -1,41 +0,0 @@
-#include <behaviors.dtsi>
-#include <dt-bindings/zmk/keys.h>
-
-/ {
- chosen {
- zmk,keymap = &keymap0;
- };
- keymap0: keymap {
- compatible = "zmk,keymap";
- label ="Default keymap";
- layers = <&default &lower &raise>;
- };
-
- layers {
- compatible = "zmk,layers";
-
- default: layer_0 {
- label = "DEFAULT";
-
- bindings = <
- &mo 1 &kp A
- &mo 2 &kp C>;
- };
-
- lower: layer_1 {
- label = "LOWER";
-
- bindings = <
- &trans &kp D
- &trans &kp E>;
- };
-
- raise: layer_2 {
- label = "RAISE";
-
- bindings = <
- &trans &kp I
- &trans &kp H>;
- };
- };
-};
diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf b/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf
deleted file mode 100644
index e69de29..0000000
--- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf
+++ /dev/null
diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay b/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay
deleted file mode 100644
index 1b27b93..0000000
--- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay
+++ /dev/null
@@ -1,17 +0,0 @@
-
-/ {
- chosen {
- zmk,kscan = &kscan0;
- };
-
- kscan0: kscan {
- compatible = "zmk,kscan-gpio-matrix";
- label = "KSCAN";
-
- diode-direction = "row2col";
- row-gpios = <&pro_micro_d 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>,
- <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
- col-gpios = <&pro_micro_d 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>,
- <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
- };
-};