diff --git a/config/corne.conf b/config/corne.conf index 33d03a4..56431cb 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,5 +1,6 @@ # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y @@ -15,3 +16,5 @@ CONFIG_ZMK_STUDIO_LOCKING=n # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) # CONFIG_ZMK_USB_LOGGING=y +# Board Name +CONFIG_ZMK_KEYBOARD_NAME="Corne Bop" diff --git a/images/default_layer.png b/images/default_layer.png new file mode 100644 index 0000000..19f91c6 Binary files /dev/null and b/images/default_layer.png differ diff --git a/images/lower_layer.png b/images/lower_layer.png new file mode 100644 index 0000000..5927777 Binary files /dev/null and b/images/lower_layer.png differ diff --git a/images/raise_layer.png b/images/raise_layer.png new file mode 100644 index 0000000..f274c03 Binary files /dev/null and b/images/raise_layer.png differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..dbff479 --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +# ZMK Corne Keyboard Layout + +## Default Layer + +![default_image](/images/default_layer.jpg) + +## Lower Layer + +![default_image](/images/lower_layer.jpg) + +## Raise Layer + +![default_image](/images/raise_layer.jpg)