Add keyboard santy65v2#26276
Conversation
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>
| 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 |
There was a problem hiding this comment.
Is the trackball spot an actual button you can press?
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?
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 availableThere was a problem hiding this comment.
got it, thanks! I went ahead and added the newlines to the end of the readmes.
There was a problem hiding this comment.
the trackball is not pressable, no.
Then the KC_TRNS between the space bars should be removed, from both the keymap and the layout.
| 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 |
There was a problem hiding this comment.
the trackball is not pressable, no.
Then the KC_TRNS between the space bars should be removed, from both the keymap and the layout.
drashna
left a comment
There was a problem hiding this comment.
setting the dev board sets the processor and bootloader, as well as better supports converters.
| * Hardware Supported: | ||
| * Elite-C and Pro Micro microcontrollers | ||
| * EC11 rotary encoders | ||
| * PMW 3360 sensor |
There was a problem hiding this comment.
just confirming, are you asking me to find links for these items and add them to the readme?
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist