Skip to content

Commit

Permalink
Removed advkeys.keymap and updated other configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Nov 26, 2023
1 parent 96cf368 commit e52a93d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 100 deletions.
6 changes: 0 additions & 6 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/backlight.h>
//#include "advkeys.keymap"

#define HYPER(key) LS(LC(LA(LG(key))))
#define HYP LS(LC(LA(LGUI)))
Expand Down Expand Up @@ -70,11 +69,6 @@
};


//#define KEYS_L LT0 LT1 LT2 LT3 LT4 LM0 LM1 LM2 LM3 LM4 LB0 LB1 LB2 LB3 LB4 // left-hand keys
//#define KEYS_R RT0 RT1 RT2 RT3 RT4 RM0 RM1 RM2 RM3 RM4 RB0 RB1 RB2 RB3 RB4 // right-hand keys
//#define THUMBS LH2 LH1 LH0 RH0 RH1 RH2 // thumb keys


/ {
behaviors {
#include "macros.dtsi"
Expand Down
79 changes: 0 additions & 79 deletions config/advkeys.keymap

This file was deleted.

7 changes: 0 additions & 7 deletions config/boards/arm/adv360/adv360_left_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,3 @@ CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
CONFIG_ZMK_HID_KEYBOARD_EXTENDED_REPORT=n #Set this to y for F13-F24 and intl keys with NKRO
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
CONFIG_BUILD_OUTPUT_UF2=y

# Testing not waking up the computer
# Seconds - 15 minutes
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=900
CONFIG_ZMK_SLEEP=y
# Miliseconds - 10 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
7 changes: 0 additions & 7 deletions config/boards/arm/adv360/adv360_right_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,3 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
CONFIG_BUILD_OUTPUT_UF2=y

# Testing not waking up the computer
# Seconds - 15 minutes
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=900
CONFIG_ZMK_SLEEP=y
# Miliseconds - 10 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
2 changes: 1 addition & 1 deletion config/version.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ macro_ver: macro_ver {
compatible = "zmk,behavior-macro";
label = "macro_ver";
#binding-cells = <0>;
bindings = <&kp N2>, <&kp N0>, <&kp N2>, <&kp N3>, <&kp N1>, <&kp N1>, <&kp N2>, <&kp N6>, <&kp MINUS>, <&kp N3>, <&kp DOT>, <&kp N0>, <&kp MINUS>, <&kp N5>, <&kp N3>, <&kp N1>, <&kp N2>, <&kp N3>, <&kp RET>;
bindings = <&kp N2>, <&kp N0>, <&kp N2>, <&kp N3>, <&kp N1>, <&kp N1>, <&kp N2>, <&kp N6>, <&kp MINUS>, <&kp N3>, <&kp DOT>, <&kp N0>, <&kp MINUS>, <&kp N9>, <&kp N6>, <&kp N3>, <&kp N6>, <&kp N8>, <&kp RET>;
};

0 comments on commit e52a93d

Please sign in to comment.