forked from kofal.net/zmk
Adding in code for jNumpad and pslgh
This commit is contained in:
29
app/boards/shields/pslgh/pslgh.keymap
Normal file
29
app/boards/shields/pslgh/pslgh.keymap
Normal 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
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user