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
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
Prev Previous commit
Next Next commit
move quantum.h include to top
  • Loading branch information
lendunistus committed Aug 13, 2023
commit 8928973048f84883ae479c528cafeb65c1572b15
4 changes: 2 additions & 2 deletions keyboards/lendunistus/rpneko65/rev1/rpneko65.h
lendunistus marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2023 lendunistus
// SPDX-License-Identifier: GPL-2.0-or-later

#include "quantum.h"

#pragma once

#define CAPS_LOCK_ENABLE true

#include "quantum.h"