diff --git a/README.md b/README.md index 5913bb7296..e1b8cbcba4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kinesis Advantage 360 Pro ZMK Config -### Available Keyboard Layouts +## Available Keyboard Layouts The following keyboard layouts are included: @@ -8,13 +8,12 @@ The following keyboard layouts are included: - 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 @@ -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 diff --git a/config/boards/arm/adv360/adv360_left_defconfig b/config/boards/arm/adv360/adv360_left_defconfig index b37679a4d3..ed33dbc49a 100644 --- a/config/boards/arm/adv360/adv360_left_defconfig +++ b/config/boards/arm/adv360/adv360_left_defconfig @@ -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 @@ -71,4 +71,4 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=n CONFIG_ZMK_BLE=y CONFIG_ZMK_USB=y -CONFIG_ZMK_HID_INDICATORS=y \ No newline at end of file +CONFIG_ZMK_HID_INDICATORS=y