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
28 lines
525 B
Text
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>;
|
|
};
|
|
|