diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-29 10:56:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-29 10:56:54 +0000 |
commit | 7d6a7e195c099bf55da67fa76dd78e011ebc624d (patch) | |
tree | 0c024aa0f586d36f04269ad9d57973ba4f410633 /users | |
parent | 967b3b351b229a76e7365d419bd4952b2cfb12e2 (diff) | |
parent | 9475767e7a0e0c6e0ceccc446bec848002d6fc77 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rwxr-xr-x | users/bcat/compile.sh | 1 | ||||
-rw-r--r-- | users/bcat/readme.md | 1 | ||||
-rw-r--r-- | users/bcat/rules.mk | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/users/bcat/compile.sh b/users/bcat/compile.sh index 81551f0ec0..9d5e58b1a1 100755 --- a/users/bcat/compile.sh +++ b/users/bcat/compile.sh @@ -49,3 +49,4 @@ compile kbdfans/kbd67/hotswap 65_ansi_blocker_split_bs compile keebio/bdn9/rev1 compile keebio/quefrency/rev1 compile lily58/rev1 +compile yanghu/unicorne/f411 diff --git a/users/bcat/readme.md b/users/bcat/readme.md index bb73a53bf8..3650e8ee42 100644 --- a/users/bcat/readme.md +++ b/users/bcat/readme.md @@ -24,6 +24,7 @@ AN-C, CannonKeys Instant60, DZ60. ### Ergo * [Lily58](https://github.com/qmk/qmk_firmware/tree/master/keyboards/lily58/keymaps/bcat) +* [Unicorne](https://github.com/qmk/qmk_firmware/tree/master/keyboards/yanghu/unicorne/keymaps/bcat) ### Ortho diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index bb4bb11d88..1ad2ee0aa8 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk @@ -1,6 +1,6 @@ # Enable Bootmagic Lite for keyboards that don't have an easily accessible # reset button, but keep it disabled for all others to reduce firmware size. -ifneq ($(filter $(strip $(KEYBOARD)),ai03/polaris dz60 kbdfans/kbd67/hotswap),) +ifneq ($(filter $(strip $(KEYBOARD)),ai03/polaris dz60 kbdfans/kbd67/hotswap yanghu/unicorne/f411),) BOOTMAGIC_ENABLE = yes else BOOTMAGIC_ENABLE = no |