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.
25 lines
399 B
25 lines
399 B
/* |
|
* Copyright (c) 2020 The ZMK Contributors |
|
* |
|
* SPDX-License-Identifier: MIT |
|
*/ |
|
|
|
#include <behaviors.dtsi> |
|
#include <dt-bindings/zmk/keys.h> |
|
|
|
/ { |
|
keymap0: keymap { |
|
compatible = "zmk,keymap"; |
|
|
|
default_layer { |
|
bindings = < |
|
&kp N9 &kp N8 |
|
&kp N7 &kp N6 |
|
&kp N5 |
|
&kp N4 &kp N3 |
|
&kp N2 &kp N1 |
|
&kp N0 |
|
>; |
|
}; |
|
}; |
|
}; |