This commit is contained in:
22
boards/shields/numpad3d/numpad3d.keymap
Normal file
22
boards/shields/numpad3d/numpad3d.keymap
Normal file
@@ -0,0 +1,22 @@
|
||||
// This file was generated from a template. Edit it to match your keyboard.
|
||||
// See https://zmk.dev/docs/development/hardware-integration/new-shield for more instructions.
|
||||
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp ESC &kp F1 &kp F2 &kp F3
|
||||
&kp KP_NUM &kp KP_DIV &kp KP_MULT &kp KP_MINUS
|
||||
&kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_ENTER
|
||||
&kp KP_N4 &kp KP_N5 &kp KP_N6 &trans
|
||||
&kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_PLUS
|
||||
&kp KP_N0 &kp KP_DOT &trans &trans
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user