Retire Adv360

This commit is contained in:
urob 2023-10-03 15:02:10 -04:00
parent e1fc5b9336
commit 194d4da846
4 changed files with 1 additions and 49 deletions

View file

@ -16,5 +16,3 @@ include:
- board: planck_rev6 - board: planck_rev6
- board: corneish_zen_v2_left - board: corneish_zen_v2_left
- board: corneish_zen_v2_right - board: corneish_zen_v2_right
- board: adv360pro_left
- board: adv360pro_right

View file

@ -1,12 +0,0 @@
# Set sleep timeout to 30min (30*60*1000ms)
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
# Mouse config, requires PR #778
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_MOUSE_TICK_DURATION=8
# Combo config, automated by build script
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

View file

@ -1,34 +0,0 @@
/* source keypos definitions */
#include "../zmk-nodefree-config/keypos_def/keypos_adv360.h"
/* map 360's extra keys */
#define X_LT &kp EQUAL &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F11 &kp F12 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp MINUS \
&kp TAB
#define X_MT &none &none
#define X_RT &kp BSLH
#define X_LM &kp ESC
#define X_MM &none &none
#define X_RM &kp SQT
#define X_LB &kp LSHFT
#define X_RB &kp RSHFT
#define X_LH &none &kp GRAVE &kp CAPS &kp LEFT &kp RIGHT &kp UP &kp DOWN U_WH_D U_WH_U &none \
&kp LCTRL &kp LALT &kp LGUI &kp RCTRL
#define X_MH &kp HOME &kp PG_UP
#define X_RH &kp END &kp PG_DN
/* activate bluetooth */
#define CONFIG_WIRELESS 1
/* leds and backlights */
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/backlight.h>
/* source the main keymap */
#include "base.keymap"
/* use urob's layout for Advantage 360 pro */
/ { chosen { zmk,matrix_transform = &urobs_transform; }; };

View file

@ -2,7 +2,7 @@
This is my personal [ZMK firmware](https://github.com/zmkfirmware/zmk/) configuration. This is my personal [ZMK firmware](https://github.com/zmkfirmware/zmk/) configuration.
It consists of a 34-keys base layout that is re-used for various boards, including my It consists of a 34-keys base layout that is re-used for various boards, including my
Corneish Zen and an Advantage 360 pro. Corneish Zen and my Planck.
This branch is updated for the latest ZMK using Zephyr 3.2. A legacy version This branch is updated for the latest ZMK using Zephyr 3.2. A legacy version
compatible with Zephyr 3.0 is available compatible with Zephyr 3.0 is available