feat(users/flokli/kb/dilemma): switch to qmk upstream
Looks like the develop branch at least has everything that's needed. Change-Id: Ic25d571f4e6fe2a45f8f11f917622fe50a39ce07 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10690 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
850e50cd3f
commit
0b3245211e
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ rec {
|
|||
name = "keychron-bastardkb-dilemma-firmware";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Bastardkb"; # the bastadrkb fork of qmk/qmk_firmware
|
||||
repo = "bastardkb-qmk";
|
||||
rev = "78b6376b073c174dee482ae3ebe4fdc572874a09"; # bkb-master
|
||||
hash = "sha256-30TqwEsLNs5Rli+RMQQMOg8AIufIZvhbetbdz9C4k/8=";
|
||||
owner = "qmk";
|
||||
repo = "qmk_firmware";
|
||||
rev = "728aa576b0cd65c6fb7cf77132fdcd06fcedb643"; # develop branch
|
||||
hash = "sha256-YmdX8nEsB1R8d265HAmvwejPjEHJdoTnm4QNigzrcyw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue