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 Jris65 #23936

Merged
merged 42 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
43b736b
first compiled, flashed, and tested version of jris65
sizezero Jun 8, 2024
1160e17
adding readmes for mykeyclub and jris65
sizezero Jun 8, 2024
e7cfaab
removed commented out code and unneeded files
sizezero Jun 8, 2024
5d3274d
typo in build instructions
sizezero Jun 8, 2024
4a0c895
renamed info.json to keyboard.json as per new standard
sizezero Jun 8, 2024
ab0fec9
formatted with qmk format-json
sizezero Jun 8, 2024
55c60ee
fixed layout offset problem
sizezero Jun 8, 2024
f0d8810
moved some settings from c/h files to json
sizezero Jun 9, 2024
7be55f2
moved matrix from .h file to .json
sizezero Jun 9, 2024
f55aea0
cleaned up non-json options
sizezero Jun 9, 2024
92bb363
moved settings from rules.mk to keyboard.json
sizezero Jun 9, 2024
ab10913
fix for via after removing .h file
sizezero Jun 9, 2024
40a5f39
converted keymap.c to keymap.json
sizezero Jun 9, 2024
ee326cd
keymap.c has been replaced by keymap.json
sizezero Jun 9, 2024
929e4f4
FN+Backspace loads bootload
sizezero Jun 9, 2024
5e22050
Merge branch 'qmk:master' into jris65
sizezero Jun 14, 2024
94bc096
added custom keymap for Sean
sizezero Jun 15, 2024
80c508c
config.h setting is only needed by via
sizezero Jun 15, 2024
cdc1362
formatted json
sizezero Jun 16, 2024
a90c5e3
convert via keymap from .c .h .mk to keymap.json
sizezero Jun 16, 2024
b56da4d
moved keyboard configuration to hotswap dir; note in readme that only…
sizezero Jun 16, 2024
65d7cf3
Update keyboards/mykeyclub/jris65/keymaps/default/keymap.json
sizezero Jun 16, 2024
ddb785c
typo
sizezero Jun 16, 2024
daa4fc7
blank layers do not need to be specified
sizezero Jun 16, 2024
3d2e36a
added other valid layouts
sizezero Jun 16, 2024
ab1c761
added other valid layouts
sizezero Jun 16, 2024
570bed6
added other valid layouts
sizezero Jun 16, 2024
8d0415b
added other valid layouts
sizezero Jun 16, 2024
6470422
removed extra newline
sizezero Jun 16, 2024
a69356f
cleaned up wording in readme
sizezero Jun 16, 2024
41e5c45
QMK no longer supports user keymaps
sizezero Jun 16, 2024
c47467c
remove settings that are already the default (false settings)
sizezero Jun 16, 2024
462f280
add image
sizezero Jun 16, 2024
026c3c8
add missing commas (formatting)
sizezero Jun 16, 2024
52d2687
add missing commas (formatting)
sizezero Jun 16, 2024
2297216
add missing commas (formatting)
sizezero Jun 16, 2024
3e92884
re-added second layer with QK_BOOT for backspace
sizezero Jun 16, 2024
bff4078
make the hotswap the default keyboard
sizezero Jun 21, 2024
98e6a0c
added keyboard director prefix to DEFAULT_FOLDER
sizezero Jun 21, 2024
e08be11
ran qmk format-json on keyboard.json
sizezero Jul 7, 2024
993e57d
DEFAULT_FOLDER option is going away so don't use it
sizezero Jul 7, 2024
8eebbdb
removed via keymap as they now reside in qmk_userspace_via
sizezero Oct 5, 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
moved settings from rules.mk to keyboard.json
  • Loading branch information
sizezero committed Jun 9, 2024
commit 92bb3639541510bcb7f1c545d0aa2948e9511bf7
9 changes: 8 additions & 1 deletion keyboards/mykeyclub/jris65/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
"vid": "0x5A4C"
},
"features": {
"bootmagic": true
"backlight": false,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": false
},
"matrix_pins": {
"cols": [ "B6", "C6", "C7", "F1", "F0", "E6", "B0", "B1", "B3", "B7", "D2", "D1", "D0", "D7", "B4", "B5" ],
Expand Down
19 changes: 0 additions & 19 deletions keyboards/mykeyclub/jris65/rules.mk
sizezero marked this conversation as resolved.
Outdated
Show resolved Hide resolved

This file was deleted.