numpad3d
Some checks failed
Build ZMK firmware / build (push) Has been cancelled

This commit is contained in:
2026-03-11 16:04:55 +01:00
parent 0b3b15f622
commit 3cc5702c40
8 changed files with 165 additions and 0 deletions

View 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
>;
};
};
};