From ba4efcdfe75ddac84247e938adbe5a10b5fe6f2b Mon Sep 17 00:00:00 2001 From: NCKiser <37519411+NCKiser@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:39:52 -0500 Subject: [PATCH] Add CAPS_WORD to feature list on V2, add image to readme (#716) * Add Suffer V1 and V2 New Keyboard * Update copyright, add readme Need to add Imgur link once Imgur comes back online * Add image to readme * Add caps_word to feature list. (keycode 0x7C73) --- keyboards/kiserdesigns/suffer/readme.md | 4 ++-- keyboards/kiserdesigns/suffer/v2/info.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/keyboards/kiserdesigns/suffer/readme.md b/keyboards/kiserdesigns/suffer/readme.md index ebf3480eb4..3480cd9cac 100644 --- a/keyboards/kiserdesigns/suffer/readme.md +++ b/keyboards/kiserdesigns/suffer/readme.md @@ -1,6 +1,6 @@ # Suffer (SVFFER) -![Suffer Layouts](https://i.imgur.com/replaceme) +![Suffer Layouts](https://i.imgur.com/fPsC2Uj.jpeg) *Suffer is a 12-18 key macropad inspired by the [masochist16 by Zicodia](https://github.com/Z1codia/masochist16), with a case designed by seirin_blu* * Keyboard Maintainer: [NCKiser](https://github.com/NCKiser) @@ -20,4 +20,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to Enter the bootloader in 3 ways: * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the top left key) and plug in the keyboard * **Physical reset button**: Briefly double-tap the reset button on the back of the PCB -* **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 diff --git a/keyboards/kiserdesigns/suffer/v2/info.json b/keyboards/kiserdesigns/suffer/v2/info.json index 876bf1677f..906ae10926 100644 --- a/keyboards/kiserdesigns/suffer/v2/info.json +++ b/keyboards/kiserdesigns/suffer/v2/info.json @@ -9,6 +9,7 @@ "console": false, "extrakey": true, "mousekey": true, + "caps_word": true, "nkro": true }, "matrix_pins": { @@ -50,4 +51,4 @@ ] } } -} \ No newline at end of file +}