Add keyboard santy65v2#26276
Open
santy81855 wants to merge 11 commits into
Open
Conversation
waffle87
requested changes
Jun 19, 2026
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Co-authored-by: Jack Sangdahl <jack@pngu.org>
drashna
reviewed
Jun 19, 2026
| KC_F16, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_TRNS, | ||
| KC_F17, KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_TRNS, | ||
| KC_F18, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| KC_TRNS, KC_LCTL, KC_LGUI, KC_LALT, KC_SPACE, KC_SPACE, KC_TRNS, KC_SPACE, KC_SPACE, KC_MPLY, KC_VOLD, KC_VOLU, KC_LEFT, KC_DOWN, KC_RIGHT |
Member
There was a problem hiding this comment.
Is the trackball spot an actual button you can press?
Author
There was a problem hiding this comment.
the trackball is not pressable, no. Also, if I may ask here, what is causing my readme file to fail the lint process?
Member
There was a problem hiding this comment.
The error is No newline at end of file which qmk format-text is expecting. Running it on those 2 files:
diff --git a/keyboards/santy65v2/keymaps/default/readme.md b/keyboards/santy65v2/keymaps/default/readme.md
index b9df0c9f2d..3b3930b179 100644
--- a/keyboards/santy65v2/keymaps/default/readme.md
+++ b/keyboards/santy65v2/keymaps/default/readme.md
@@ -5,4 +5,4 @@
This is the default layout.
For the most part it's a straightforward and easy to follow layout.
The sides are split up and the rotary encoders count as a button.
-The only unusual thing is that the trackball also takes up a button, so the 7th key on the bottom row should always be KC_TRNS.
\ No newline at end of file
+The only unusual thing is that the trackball also takes up a button, so the 7th key on the bottom row should always be KC_TRNS.
diff --git a/keyboards/santy65v2/readme.md b/keyboards/santy65v2/readme.md
index 88f9fff9f5..d2f58b4722 100644
--- a/keyboards/santy65v2/readme.md
+++ b/keyboards/santy65v2/readme.md
@@ -27,4 +27,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
-* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
\ No newline at end of file
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
Author
There was a problem hiding this comment.
got it, thanks! I went ahead and added the newlines to the end of the readmes.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist