-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 new keyboard Tightwriter #20136
Merged
Merged
Add new keyboard Tightwriter #20136
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2846cc3
Merge remote-tracking branch 'qmk/master'
takashicompany 998aee1
Merge branch 'master' of github.com:qmk/qmk_firmware
takashicompany 377db38
Merge branch 'master' of github.com:qmk/qmk_firmware
takashicompany cafe9a8
Merge branch 'master' of github.com:qmk/qmk_firmware
takashicompany 2d599a4
start tightwriter
takashicompany a86d3f8
default keymap
takashicompany c3fac58
led
takashicompany 36bbf23
SWITCH LANG
takashicompany de4401f
add VIA
takashicompany 7cf45f7
fix keymap
takashicompany 767d489
readme
takashicompany 5095da4
Update keyboards/takashicompany/tightwriter/info.json
takashicompany d73c1a6
Update keyboards/takashicompany/tightwriter/info.json
takashicompany 1090bdf
Update keyboards/takashicompany/tightwriter/info.json
takashicompany 5d32d34
Update keyboards/takashicompany/tightwriter/info.json
takashicompany 766773f
Update keyboards/takashicompany/tightwriter/keymaps/default/keymap.c
takashicompany b7ecbda
Update keyboards/takashicompany/tightwriter/keymaps/via/keymap.c
takashicompany 75894a4
Update readme.md
takashicompany 919992b
Delete config.h
takashicompany 5e26e20
fix keymap
takashicompany 76f32e0
修正
takashicompany d523da2
fix keymap
takashicompany 874f26a
fix keymap
takashicompany File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright 2022 takashicompany (@takashicompany) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
/* | ||
* Feature disable options | ||
* These options are also useful to firmware size reduction. | ||
*/ | ||
|
||
/* disable debug print */ | ||
//#define NO_DEBUG | ||
|
||
/* disable print */ | ||
//#define NO_PRINT | ||
|
||
/* disable action features */ | ||
//#define NO_ACTION_LAYER | ||
//#define NO_ACTION_TAPPING | ||
//#define NO_ACTION_ONESHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,346 @@ | ||
{ | ||
"manufacturer": "takashicompany", | ||
"keyboard_name": "Tightwriter", | ||
"maintainer": "takashicompany", | ||
"bootloader": "caterina", | ||
takashicompany marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"diode_direction": "COL2ROW", | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true, | ||
"rgblight": true | ||
}, | ||
"matrix_pins": { | ||
"cols": [ | ||
"D4", | ||
"C6", | ||
"D7", | ||
"E6", | ||
"B4", | ||
"B5" | ||
], | ||
"rows": [ | ||
"F6", | ||
"F7", | ||
"B1", | ||
"B3", | ||
"B2", | ||
"B6" | ||
] | ||
}, | ||
"processor": "atmega32u4", | ||
takashicompany marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"url": "", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x0025", | ||
"vid": "0x7463" | ||
}, | ||
"rgblight": { | ||
"led_count": 10, | ||
"pin": "D3", | ||
"hue_steps": 10, | ||
"saturation_steps": 17, | ||
"brightness_steps": 17, | ||
takashicompany marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"animations": { | ||
"alternating": true, | ||
"breathing": true, | ||
"christmas": true, | ||
"knight": true, | ||
"rainbow_mood": true, | ||
"rainbow_swirl": true, | ||
"rgb_test": true, | ||
"snake": true, | ||
"static_gradient": true, | ||
"twinkle": true | ||
} | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{ | ||
"matrix": [ | ||
0, | ||
0 | ||
], | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
0, | ||
1 | ||
], | ||
"x": 1.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
0, | ||
2 | ||
], | ||
"x": 2.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
0, | ||
3 | ||
], | ||
"x": 3.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
0, | ||
4 | ||
], | ||
"x": 4.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
0, | ||
5 | ||
], | ||
"x": 5.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
0 | ||
], | ||
"x": 6.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
1 | ||
], | ||
"x": 7.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
2 | ||
], | ||
"x": 8.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
3 | ||
], | ||
"x": 9.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
4 | ||
], | ||
"x": 10.25, | ||
"y": 0 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
0 | ||
], | ||
"x": 0, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
1 | ||
], | ||
"x": 1.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
2 | ||
], | ||
"x": 2.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
3 | ||
], | ||
"x": 3.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
4 | ||
], | ||
"x": 4.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
2, | ||
5 | ||
], | ||
"x": 5.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
0 | ||
], | ||
"x": 6.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
1 | ||
], | ||
"x": 7.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
2 | ||
], | ||
"x": 8.75, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
1, | ||
5 | ||
], | ||
"x": 10, | ||
"y": 1 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
0 | ||
], | ||
"x": 0, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
1 | ||
], | ||
"x": 2, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
2 | ||
], | ||
"x": 3, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
3 | ||
], | ||
"x": 4, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
4 | ||
], | ||
"x": 5, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
4, | ||
5 | ||
], | ||
"x": 6, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
3 | ||
], | ||
"x": 7, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
4 | ||
], | ||
"x": 8, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
3, | ||
5 | ||
], | ||
"x": 9, | ||
"y": 2 | ||
}, | ||
{ | ||
"matrix": [ | ||
5, | ||
0 | ||
], | ||
"x": 0, | ||
"y": 3 | ||
}, | ||
{ | ||
"matrix": [ | ||
5, | ||
1 | ||
], | ||
"x": 1.25, | ||
"y": 3 | ||
}, | ||
{ | ||
"matrix": [ | ||
5, | ||
2 | ||
], | ||
"x": 2.5, | ||
"y": 3 | ||
}, | ||
{ | ||
"matrix": [ | ||
5, | ||
3 | ||
], | ||
"x": 8.75, | ||
"y": 3 | ||
}, | ||
{ | ||
"matrix": [ | ||
5, | ||
4 | ||
], | ||
"x": 10, | ||
"y": 3 | ||
} | ||
] | ||
takashicompany marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be deleted.