Skip to content

Commit

Permalink
Add rufous config
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jun 10, 2024
1 parent 587abc1 commit fe92cd1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
output_folder: keymap-drawer
install_branch: main
amend_commit: true
draw_args: "corneish_zen:'--ghost-keys 20 24 25 29 30 35'"
draw_args: "corneish_zen:'--ghost-keys 20 24 25 29 30 35' hummingbird:'-k rufous'"
json_path: keymap-drawer/layouts
23 changes: 23 additions & 0 deletions config/hummingbird.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Rename keyboard
CONFIG_ZMK_KEYBOARD_NAME="Rufous"

# Enable mouse for mouse keys
CONFIG_ZMK_MOUSE=y

# Boost Bluetooth TX power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Require passkey on pairing
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y

# Enable experimental BLE settings
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# Sleep timeout to 30 min
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# zmk-rgbled-widget settings
CONFIG_RGBLED_WIDGET_INTERVAL_MS=250
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_HIGH=50
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_CRITICAL=10
3 changes: 3 additions & 0 deletions config/hummingbird.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#define MOUSE_KEYS
#include "keypos_def/keypos_30keys.h"
#include "includes/3x5.dtsi"

0 comments on commit fe92cd1

Please sign in to comment.