Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Add Bubble 75 #18863

Merged
merged 57 commits into from
Jan 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
4619a1a
Add files via upload
d-floe Oct 26, 2022
52d8711
Delete keyboards/bubble75 directory
d-floe Oct 26, 2022
8dfbb15
Added Bubble75 Hotswap
d-floe Oct 26, 2022
8b751f7
Merge branch 'qmk:master' into master
d-floe Oct 26, 2022
396399e
Create readme.md
d-floe Oct 26, 2022
291b174
Update readme.md
d-floe Oct 26, 2022
1f358d8
Update readme.md
d-floe Oct 26, 2022
b5c7e53
Update readme.md
d-floe Oct 26, 2022
e335ee7
Create info.json
d-floe Oct 27, 2022
ad96bc7
Update bubble75.c
d-floe Oct 27, 2022
35d62ea
Update bubble75.h
d-floe Oct 27, 2022
4486e77
Update config.h
d-floe Oct 27, 2022
5c28e9a
Update bubble75.c
d-floe Oct 27, 2022
518d0f3
Update bubble75.h
d-floe Oct 27, 2022
7c0a79e
Update readme.md
d-floe Oct 27, 2022
87fa806
Update info.json
d-floe Oct 27, 2022
3e93d3b
Update rules.mk
d-floe Oct 27, 2022
8308b1c
Update config.h
d-floe Oct 27, 2022
6ce9b34
Update info.json
d-floe Oct 27, 2022
beb8740
Add files via upload
d-floe Oct 27, 2022
969aeb1
Delete keyboards/bubble75/hotswap directory
d-floe Oct 27, 2022
eb63151
Add files via upload
d-floe Oct 27, 2022
3f9a69a
Delete keyboards/bubble75/solder directory
d-floe Oct 27, 2022
808cd40
Update readme.md
d-floe Oct 27, 2022
78a3f85
Update readme.md
d-floe Oct 27, 2022
0f6231b
Update info.json
d-floe Oct 27, 2022
a2a38d2
Update rules.mk
d-floe Oct 27, 2022
cfd587c
Delete info.json
d-floe Oct 27, 2022
edfd0b2
Add files via upload
d-floe Oct 27, 2022
204f00c
Update keyboards/bubble75/hotswap/config.h
d-floe Oct 31, 2022
4d8b652
Update keyboards/bubble75/hotswap/config.h
d-floe Oct 31, 2022
0fd69d8
Update keyboards/bubble75/hotswap/hotswap.c
d-floe Oct 31, 2022
535a142
Update keyboards/bubble75/hotswap/hotswap.c
d-floe Oct 31, 2022
e0bd6f3
Update keyboards/bubble75/hotswap/keymaps/default/keymap.c
d-floe Oct 31, 2022
2a38dcf
Updated Files
d-floe Oct 31, 2022
006309d
Update readme.md
d-floe Oct 31, 2022
8d97b47
Fixed #include QMK_KEYBOARD_H
d-floe Oct 31, 2022
673b17d
Added version number
d-floe Oct 31, 2022
ef9d58c
Update keyboards/bubble75/hotswap/config.h
d-floe Nov 20, 2022
99d9d68
Update keyboards/bubble75/hotswap/config.h
d-floe Nov 20, 2022
ee1bbab
Update keyboards/bubble75/hotswap/keymaps/via/rules.mk
d-floe Nov 20, 2022
b926d4a
Update keyboards/bubble75/hotswap/rules.mk
d-floe Nov 20, 2022
1be93da
Updated Files
d-floe Nov 20, 2022
5d4ad2b
Update config.h
d-floe Nov 20, 2022
9347694
Update keyboards/bubble75/hotswap/hotswap.c
d-floe Nov 29, 2022
d2d0796
Update keyboards/bubble75/hotswap/hotswap.c
d-floe Nov 29, 2022
1a59642
Fixed Changes Made to Capslock indicator
d-floe Nov 29, 2022
2d343b8
Updated keymaps to match original default keymap
d-floe Nov 30, 2022
cedbcba
Removed Comment
d-floe Dec 4, 2022
642a1da
Removed Bootmagic Lite Definitions
d-floe Dec 4, 2022
7664d3b
Fixed Readme Image
d-floe Dec 4, 2022
522f920
Changed rgb matrix definitions from STARTUP to DEFAULT
d-floe Dec 5, 2022
5ee7d79
Removed RGB disable timeout
d-floe Dec 5, 2022
1f0d907
Update readme.md
d-floe Dec 10, 2022
59b197b
Removed Key Matrix Size in Config.h
d-floe Jan 13, 2023
b7d0254
Removed MCU and Bootloader from Rules.mk
d-floe Jan 13, 2023
b6ef87d
Added processor and bootloader to Info.json
d-floe Jan 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/bubble75/hotswap/config.h
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
d-floe and drashna committed Oct 31, 2022
commit 204f00cbd8225139bea8213a9bb5e20717b40770
3 changes: 1 addition & 2 deletions keyboards/bubble75/hotswap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_H
#define CONFIG_H
#pragma once

#include "config_common.h"

Expand Down