Skip to content

Commit

Permalink
Added text about karabiner and shared via bt akku status
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Jan 5, 2025
1 parent c5b75cf commit e0b8e50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Kinesis Advantage 360 Pro ZMK Config

### Available Keyboard Layouts
## Available Keyboard Layouts

The following keyboard layouts are included:

- QWERTY (default)
- Colemak
- Colemak-DH
- Dvorak
- Programmer Dvorak
- Programmer Dvorak (dvp)
- Workman
- Workman-P

You can switch between layouts using the function layer (Fn + N). Each layout is
assigned to a different layer number and uses distinct LED colors for easy
identification.
You can switch between layouts using the MOD layer. Each layout is assigned to a
different layer number and uses distinct LED colors for easy identification.

## Modifying the keymap

Expand All @@ -37,6 +36,9 @@ Certain ZMK features (e.g. combos) require knowing the exact key positions in
the matrix. They can be found in both image and text format
[here](assets/key-positions.md)

!!! If behavior is not as expected, be sure there is no conflict with Karabiner
Elements on your machine.

## Building the Firmware with GitHub Actions

### Setup
Expand Down
4 changes: 2 additions & 2 deletions config/boards/arm/adv360/adv360_left_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CONFIG_BT_DIS_MANUF="Kinesis Corporation"
#CONFIG_BT_PERIPHERAL_PREF_MIN_INT=12
#CONFIG_BT_PERIPHERAL_PREF_MAX_INT=24
#CONFIG_BT_PERIPHERAL_PREF_LATENCY=30
CONFIG_BT_BAS=n #Set this to y to enable BLE battery reporting
CONFIG_BT_BAS=y #Set this to y to enable BLE battery reporting

#Misc configuration
CONFIG_USB_DEVICE_VID=0x29EA
Expand All @@ -71,4 +71,4 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=n

CONFIG_ZMK_BLE=y
CONFIG_ZMK_USB=y
CONFIG_ZMK_HID_INDICATORS=y
CONFIG_ZMK_HID_INDICATORS=y

0 comments on commit e0b8e50

Please sign in to comment.