You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
690 B
26 lines
690 B
/* |
|
* Copyright (c) 2021 The ZMK Contributors |
|
* |
|
* SPDX-License-Identifier: MIT |
|
*/ |
|
|
|
#include <behaviors.dtsi> |
|
#include <dt-bindings/zmk/keys.h> |
|
|
|
/ { |
|
|
|
keymap { |
|
compatible = "zmk,keymap"; |
|
|
|
// This is a sample keymap intended to be replaced with your own |
|
base_layer { |
|
bindings = < |
|
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P |
|
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI |
|
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SLASH |
|
&kp TAB &kp BSPC &kp SPACE &kp ENTER |
|
>; |
|
}; |
|
|
|
}; |
|
};
|
|
|