summaryrefslogtreecommitdiffstats
path: root/users/bcat
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2021-12-29 04:56:16 -0600
committerGitHub <noreply@github.com>2021-12-29 02:56:16 -0800
commit9475767e7a0e0c6e0ceccc446bec848002d6fc77 (patch)
tree9c27b94053392f09b4e9542419ad60b25548f854 /users/bcat
parentc6ad3bf23d10d806c784c4cc3ceb7491a874de69 (diff)
[Keymap] Add initial Unicorne keyboard layout for bcat (#15613)
Diffstat (limited to 'users/bcat')
-rwxr-xr-xusers/bcat/compile.sh1
-rw-r--r--users/bcat/readme.md1
-rw-r--r--users/bcat/rules.mk2
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