diff options
Diffstat (limited to 'users/bcat')
| -rw-r--r-- | users/bcat/bcat.c | 16 | ||||
| -rw-r--r-- | users/bcat/bcat.h | 18 | ||||
| -rw-r--r-- | users/bcat/readme.md | 2 |
3 files changed, 34 insertions, 2 deletions
diff --git a/users/bcat/bcat.c b/users/bcat/bcat.c index 397d565da..f21d282e4 100644 --- a/users/bcat/bcat.c +++ b/users/bcat/bcat.c | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | /* Copyright 2021 Jonathan Rascher | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 1 | #include "bcat.h" | 17 | #include "bcat.h" |
| 2 | 18 | ||
| 3 | #if defined(RGBLIGHT_ENABLE) | 19 | #if defined(RGBLIGHT_ENABLE) |
diff --git a/users/bcat/bcat.h b/users/bcat/bcat.h index 1ea05e5fa..0dae774ec 100644 --- a/users/bcat/bcat.h +++ b/users/bcat/bcat.h | |||
| @@ -1,8 +1,24 @@ | |||
| 1 | /* Copyright 2021 Jonathan Rascher | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 1 | #pragma once | 17 | #pragma once |
| 2 | 18 | ||
| 3 | #include "quantum.h" | 19 | #include "quantum.h" |
| 4 | 20 | ||
| 5 | enum user_keycodes { | 21 | enum user_keycode { |
| 6 | MC_ALTT = SAFE_RANGE, | 22 | MC_ALTT = SAFE_RANGE, |
| 7 | KEYMAP_SAFE_RANGE, | 23 | KEYMAP_SAFE_RANGE, |
| 8 | }; | 24 | }; |
diff --git a/users/bcat/readme.md b/users/bcat/readme.md index 6d097d663..1922f95f4 100644 --- a/users/bcat/readme.md +++ b/users/bcat/readme.md | |||
| @@ -15,7 +15,7 @@ Columnar-staggered split ergo layout, preferred for typing. Used on Crkbd. | |||
| 15 | * [60% Tsangan | 15 | * [60% Tsangan |
| 16 | HHKB](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat): | 16 | HHKB](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat): |
| 17 | Row-staggered layout, preferred for gaming. Used on ai03 Polaris, CannonKeys | 17 | Row-staggered layout, preferred for gaming. Used on ai03 Polaris, CannonKeys |
| 18 | AN-C, CannonKeys Instant60. | 18 | AN-C, CannonKeys Instant60, DZ60. |
| 19 | 19 | ||
| 20 | ## Other keymaps | 20 | ## Other keymaps |
| 21 | 21 | ||
