zmk/app/boards/shields/helix_4/helix_4_right.overlay
Max Dubrinsky df4b42c78f add helix keymap
that scene in phantom menace when they make it legal

try some led stuff

steal some functionality

revert some stuff

revert keymap;

revert display changes

add scripts and stuff

remove less-standard keybind

remove rgb since its brokenish

sync with new keymap

fix some config

maybe this fixes rgb

fix config

move to 4 row folder
2021-01-19 23:29:13 -05:00

28 lines
525 B
Text

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "helix_4.dtsi"
&default_transform {
col-offset = <7>;
};
&kscan0 {
col-gpios
= <&pro_micro_d 16 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 14 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 0 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
;
};
&bt_unpair_combo {
key-positions = <43 45>;
};