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 RPNeko65 Keyboard #21747

Merged
merged 28 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1cae81a
initialise rpneko65, info.json
lendunistus Jul 17, 2023
0e547a8
force NKRO
lendunistus Jul 17, 2023
2e1fcf4
define WS2812 stuff
lendunistus Jul 17, 2023
7a5ddf1
use RGBlight, add ANSI to keymap.c
lendunistus Jul 18, 2023
bb9f674
basic readme
lendunistus Jul 18, 2023
985a728
update repository URL
lendunistus Jul 18, 2023
aaac279
fix info.json formatting
lendunistus Jul 18, 2023
65fdc63
caps lock LED implementation
lendunistus Jul 18, 2023
921c289
put RGBLIGHT_ENABLE in json
lendunistus Jul 18, 2023
91c5ac2
add actually correct keymaps
lendunistus Jul 18, 2023
1c922dd
Merge branch 'qmk:master' into rpneko65
lendunistus Jul 25, 2023
19e6eee
move to designer folder, add image to README
lendunistus Aug 13, 2023
57ba25f
move keyboard to separate revision folder
lendunistus Aug 13, 2023
0068fbe
remove brightness/hue/saturation steps
lendunistus Aug 13, 2023
0b93466
change device version to 1.0
lendunistus Aug 13, 2023
8928973
move quantum.h include to top
lendunistus Aug 13, 2023
1b33300
actually, let's try a new image
lendunistus Aug 13, 2023
cfe2203
Remove comma in info.json
lendunistus Aug 14, 2023
eb1b529
Community layouts in info.json
lendunistus Aug 14, 2023
42f86ad
Delete rpneko65/readme.md
lendunistus Aug 14, 2023
8f9be74
Apply suggested changes to readme
lendunistus Aug 14, 2023
d318b3a
Suggested code changes
lendunistus Aug 15, 2023
b2d4d5d
Suggested imgur link
lendunistus Aug 16, 2023
74fc96b
rename code file
lendunistus Aug 18, 2023
786b255
Correct layer matching this time
lendunistus Oct 8, 2023
44dccb9
Move Enter in info.json
lendunistus Oct 8, 2023
182d2d3
README/info.json change
lendunistus Oct 11, 2023
830c0ef
Another batch of suggestions
lendunistus Oct 12, 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
8 changes: 4 additions & 4 deletions keyboards/lendunistus/rpneko65/rev1/info.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

image

Original file line number Diff line number Diff line change
Expand Up @@ -752,11 +752,11 @@
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
{"matrix": [4, 1], "x": 1.5, "y": 4},
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
{"matrix": [4, 5], "x": 4, "y": 4, "w": 3},
{"matrix": [4, 6], "x": 7, "y": 4},
{"matrix": [4, 7], "x": 8, "y": 4, "w": 3},
{"matrix": [4, 5], "x": 4, "y": 4, "w": 2.25},
{"matrix": [4, 6], "x": 6.25, "y": 4, "w": 2},
{"matrix": [4, 7], "x": 8.25, "y": 4, "w": 1.75},
{"matrix": [4, 9], "x": 10, "y": 4, "w": 1.25},
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
{"matrix": [4, 12], "x": 13, "y": 4},
{"matrix": [4, 13], "x": 14, "y": 4},
{"matrix": [4, 15], "x": 15, "y": 4}
Expand Down
3 changes: 1 addition & 2 deletions keyboards/lendunistus/rpneko65/rev1/readme.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

image

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# rpneko65

![rpneko65](https://i.imgur.com/QUIUSqJh.png)

![rpneko65](https://i.imgur.com/QUIUSqJh.png)\
*PCB rear side*

noroadsleft marked this conversation as resolved.
Show resolved Hide resolved
A multi-layout PCB designed to fit the Bakeneko65 case by kkatano.
Expand Down