Skip to content

Commit

Permalink
Add Urob fork
Browse files Browse the repository at this point in the history
  • Loading branch information
frnmjn committed Nov 15, 2024
1 parent c3cfb55 commit 366f849
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
5 changes: 3 additions & 2 deletions config/34_labels.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
โ”‚ 0 1 2 3 4 โ”‚ 5 6 7 8 9 โ”‚ โ”‚ LT4 LT3 LT2 LT1 LT0 โ”‚ RT0 RT1 RT2 RT3 RT4 โ”‚
โ”‚ 10 11 12 13 14 โ”‚ 15 16 17 18 19 โ”‚ โ”‚ LM4 LM3 LM2 LM1 LM0 โ”‚ RM0 RM1 RM2 RM3 RM4 โ”‚
โ”‚ 20 21 22 23 24 โ”‚ 25 26 27 28 29 โ”‚ โ”‚ LB4 LB3 LB2 LB1 LB0 โ”‚ RB0 RB1 RB2 RB3 RB4 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ 30 31 โ”‚ 32 33 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ LH1 LH0 โ”‚ RH0 RH1 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ */
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ 30 31 โ”‚ 32 33 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ LC1 LC0 โ”‚ RC0 RC1 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
*/

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

ZMK_COMBO(enter, &kp ENTER, LM2 LM3)
ZMK_COMBO(enter, &kp ENTER, LM1 LM2)
ZMK_COMBO(esc, &kp ESC, RM1 RM2)
ZMK_COMBO(tab, &kp TAB, RM2 LM3)
ZMK_COMBO(tab, &kp TAB, RM2 RM3)
21 changes: 16 additions & 5 deletions config/west.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
manifest:
defaults:
remote: urob

remotes:
- name: zmkfirmware
- name: upstream
url-base: https://github.com/zmkfirmware
- name: urob
url-base: https://github.com/urob
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
# - name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
- name: zmk-helpers
remote: urob
revision: main

- name: zmk
revision: going-modular
path: .
import:
file: app/west.yml
path-prefix: zmk

self:
path: config

0 comments on commit 366f849

Please sign in to comment.