Adding in code for jNumpad and pslgh

This commit is contained in:
2023-11-24 09:05:16 +00:00
parent a3f30ee799
commit 9c1f27d103
11 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/*
* Copyright (c) 2020 Pete Johanson, Richard Jones
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
/ {
keymap {
compatible = "zmk,keymap";
default_layer {
// -------------------
// | | | | | A | S | J | K | L |
// | UP |DOWN |ENTER| H | | | | | |
// ----------------------
bindings = <
&trans &trans &trans &trans &kp A &kp S &kp J &kp K &kp L
&trans &trans &kp RET &kp H &trans &trans &trans &trans &trans
&kp UARW &kp DARW &trans &trans &trans &trans &trans &trans &trans
>;
};
};
};