From 9475767e7a0e0c6e0ceccc446bec848002d6fc77 Mon Sep 17 00:00:00 2001 From: Jonathan Rascher Date: Wed, 29 Dec 2021 04:56:16 -0600 Subject: [Keymap] Add initial Unicorne keyboard layout for bcat (#15613) --- users/bcat/compile.sh | 1 + users/bcat/readme.md | 1 + users/bcat/rules.mk | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'users') 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 -- cgit v1.2.3