keyboard/keyboards/zmk-config/config/boards/shields/pockettype
KemoNine dbce3b5211 Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00
..
keymap Update keymap image to match zmk keymap config 2020-12-26 15:20:25 -05:00
CMakeLists.txt Basic setup of dongle's for pockettype and tg4x 2020-12-27 21:17:52 +00:00
Kconfig.defconfig Adjust pockettype setup 2020-12-25 23:02:17 +00:00
Kconfig.shield Adjust pockettype setup 2020-12-25 23:02:17 +00:00
README.md Basic setup of dongle's for pockettype and tg4x 2020-12-27 21:17:52 +00:00
mdk_pwr_led.c Basic setup of dongle's for pockettype and tg4x 2020-12-27 21:17:52 +00:00
pockettype.conf Bringup sparkfun pro nrf52840 mini and pockettype 2020-12-21 17:12:11 +00:00
pockettype.keymap Flatten number symbols for easier typing on pockettype 2020-12-26 04:03:23 +00:00
pockettype.overlay Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00
pockettype_mdk.conf Cleanup some MDK compile warnings 2020-12-28 01:03:55 +00:00
pockettype_mdk.keymap Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00
pockettype_mdk.overlay Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00
pockettype_peripheral.conf updates for latest zmk main branch 2020-12-28 17:01:37 +00:00
pockettype_peripheral.overlay Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00
pockettype_pwr_led.c Basic setup of dongle's for pockettype and tg4x 2020-12-27 21:17:52 +00:00
pockettype_transform.dtsi Update pocket type to be a cleaner dongle approach / organize code better 2020-12-29 00:12:03 +00:00

README.md

PocketType!

Standard setup for the PocketType! mini keyboard.

The keymap directory contains the keyboard layout and were created by Keyboard Layout Editor. Please note: the zmk keymap is slightly adjusted from the default shown on the main PocketType! pages and QMK.

Alternate Builds

The pockettype_mdk shield is setup to use the MakerDiary MDK board as a dongle for the Pockettype!. This will setup the PocketType! as a split ZMK keyboard. The "peripheral half" will be the Pockettype! and the "controller half" will be the MDK.

Build Commands

Below are the three commands that can be used to build ZMK for the Pockettype! as a stand alone board or with a MakerDiary MDK as a dongle.


# Stand alone build
west build --board nice_nano -d build/pockettype/default -- -DSHIELD=pockettype -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

# MDK Dongle build
west build --board nrf52840_mdk -d build/pockettype/mdk -- -DSHIELD=pockettype_mdk -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config

# Pockettype as a peripheral to the MDK
west build --board nice_nano -d build/pockettype/peripheral -- -DSHIELD=pockettype_peripheral -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config