Skip to content

Commit

Permalink
Testing new keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 1, 2024
1 parent 12cbb47 commit 291f6fe
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 52 deletions.
2 changes: 1 addition & 1 deletion boards/shields/voltarium_left/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if SHIELD_VOLTARIUM_LEFT
if SHIELD_VOLTARIUM_RIGHT

config ZMK_KEYBOARD_NAME
default "Voltarium"
Expand Down
4 changes: 3 additions & 1 deletion boards/shields/voltarium_left/voltarium.conf
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_SLEEP=y
CONFIG_USB=y
CONFIG_ZMK_USB_LOGGING=y
17 changes: 17 additions & 0 deletions boards/shields/voltarium_left/voltarium.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>

/ {
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp Q &kp W &kp E &kp R &kp T &kp Y
&kp A &kp S &kp D &kp F &kp G &kp H &kp A &kp S &kp D &kp F &kp G &kp H
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp Q &kp W &kp E &kp R &kp T &kp Y
&kp A &kp S &kp D &kp F &kp G &kp H &kp A &kp S &kp D &kp F &kp G &kp H
>;
};
};
};
33 changes: 0 additions & 33 deletions boards/shields/voltarium_left/voltarium_left.dtsi

This file was deleted.

17 changes: 0 additions & 17 deletions boards/shields/voltarium_left/voltarium_left.keymap

This file was deleted.

0 comments on commit 291f6fe

Please sign in to comment.