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

[Add keyboard] add glyphkbd_v2 #23131

Merged
merged 24 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
eee6752
glyphkbd_v2 upload
galile0-designs Feb 22, 2024
edfe213
Add files via upload
galile0-designs Feb 22, 2024
506f7cc
Add files via upload
galile0-designs Feb 22, 2024
7007311
Delete keyboards/galile0/glyphkbd_v2/via.json
galile0-designs Feb 22, 2024
d1f766a
Add files via upload
galile0-designs Feb 22, 2024
53deab1
Update keyboards/galile0/glyphkbd_v2/info.json
galile0-designs Feb 22, 2024
f461a4d
Update keyboards/galile0/glyphkbd_v2/rules.mk
galile0-designs Feb 22, 2024
42b30d8
Update readme.md
galile0-designs Feb 22, 2024
4bd1cc3
Update readme.md
galile0-designs Feb 22, 2024
976d0a2
Delete keyboards/galile0/glyphkbd_v2/config.h
galile0-designs Feb 22, 2024
280e578
Update info.json (spacebar pos was incorrect)
galile0-designs Feb 22, 2024
62030e0
Update info.json (ran qmk format-json)
galile0-designs Feb 22, 2024
aa1974b
retry qmk format-json
galile0-designs Feb 22, 2024
8137abb
edited files via VS Code LF tool
galile0-designs Feb 22, 2024
d01b31c
Update keyboards/galile0/glyphkbd_v2/readme.md imgur link
galile0-designs Feb 23, 2024
b304352
Update keyboards/galile0/glyphkbd_v2/readme.md
galile0-designs Feb 23, 2024
9d938a9
Update keyboards/galile0/glyphkbd_v2/readme.md
galile0-designs Feb 24, 2024
abab454
Update keyboards/galile0/glyphkbd_v2/readme.md
galile0-designs Feb 24, 2024
5d3bf24
Merge branch 'qmk:master' into glyphkbd_v2
galile0-designs Mar 1, 2024
8307dc5
Merge branch 'master' into glyphkbd_v2
galile0-designs Mar 1, 2024
f6fc654
Merge branch 'master' into glyphkbd_v2
galile0-designs Mar 2, 2024
1c9e535
Merge branch 'master' into glyphkbd_v2
galile0-designs Mar 3, 2024
60f3a48
Merge branch 'master' into glyphkbd_v2
galile0-designs Mar 7, 2024
798e564
Merge branch 'qmk:master' into glyphkbd_v2
galile0-designs Mar 8, 2024
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
Add files via upload
  • Loading branch information
galile0-designs authored Feb 22, 2024
commit edfe213a8b0b6bc8954b294374e8fac91c1a97e5
2 changes: 1 addition & 1 deletion keyboards/galile0/glyphkbd_v2/config.h
galile0-designs marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
*Copyright 2024 Fabian Leijström ["galile0"](https://github.com/galile0-designs) fabianleij@gmail.com
*Copyright 2024 Fabian Leijström (@galile0-designs)
*
*This program is free software: you can redistribute it and/or modify
*it under the terms of the GNU General Public License as published by
Expand Down
1 change: 0 additions & 1 deletion keyboards/galile0/glyphkbd_v2/info.json
galile0-designs marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"rows": ["B10", "B2", "A2", "F0", "F1"]
},
"processor": "STM32F072",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0001",
Expand Down
2 changes: 1 addition & 1 deletion keyboards/galile0/glyphkbd_v2/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 galile0 (@galile0-designs)
// Copyright 2024 Fabian Leijström (@galile0-designs)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H
Expand Down
2 changes: 1 addition & 1 deletion keyboards/galile0/glyphkbd_v2/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 galile0 (@galile0-designs)
// Copyright 2024 Fabian Leijström (@galile0-designs)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H
Expand Down