From 79c7b5c72c185a2c6ac83fd328b09f6fe0878998 Mon Sep 17 00:00:00 2001 From: Jason Devadoss Date: Sun, 4 Dec 2022 20:49:37 +0530 Subject: [PATCH] Fixed bugs --- app/boards/shields/argoworks_ishi80_mk0/Kconfig.defconfig | 4 +++- .../shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.keymap | 3 ++- .../shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.zmk.yml | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/boards/shields/argoworks_ishi80_mk0/Kconfig.defconfig b/app/boards/shields/argoworks_ishi80_mk0/Kconfig.defconfig index 1b50b4b6..cfbbc78c 100644 --- a/app/boards/shields/argoworks_ishi80_mk0/Kconfig.defconfig +++ b/app/boards/shields/argoworks_ishi80_mk0/Kconfig.defconfig @@ -4,4 +4,6 @@ if SHIELD_ARGOWORKS_ISHI80_MK0 config ZMK_KEYBOARD_NAME - default "Ishi80 Mk0" \ No newline at end of file + default "Ishi80 Mk0" + +endif \ No newline at end of file diff --git a/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.keymap b/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.keymap index 90e28545..bb674310 100644 --- a/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.keymap +++ b/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.keymap @@ -24,6 +24,7 @@ / { keymap { compatible = "zmk,keymap"; + default_layer { bindings = < &kp KP_MINUS &kp KP_MULTIPLY &kp KP_DIVIDE &kp KP_NLCK &kp ESC &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS &kp EQUAL &kp BSPC @@ -42,6 +43,6 @@ &bootloader &bt BT_SEL 3 &bt BT_SEL 2 &bt BT_SEL 1 &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp UP &out OUT_BLE &out OUT_USB &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp RIGHT &kp C_PLAY_PAUSE >; - } + }; }; }; \ No newline at end of file diff --git a/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.zmk.yml b/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.zmk.yml index b9fa6481..8945eaf1 100644 --- a/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.zmk.yml +++ b/app/boards/shields/argoworks_ishi80_mk0/argoworks_ishi80_mk0.zmk.yml @@ -3,7 +3,6 @@ id: argoworks_ishi80_mk0 name: Argo Works Ishi80 Mk0 type: shield url: https://jasonj2232.github.io/Ishi/ -requires: - - pro_micro +requires: [pro_micro] features: - keys \ No newline at end of file