diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/handwired/onekey/keymaps/oled/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/keymaps/oled/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/the_uni/readme.md | 16 | ||||
| -rw-r--r-- | keyboards/tokyo60/readme.md | 12 | ||||
| -rw-r--r-- | keyboards/tokyokeyboard/alix40/readme.md | 12 | ||||
| -rw-r--r-- | keyboards/whitefox/whitefox.h | 84 | ||||
| -rw-r--r-- | keyboards/wuque/ikki68/readme.md | 6 |
7 files changed, 67 insertions, 67 deletions
diff --git a/keyboards/handwired/onekey/keymaps/oled/keymap.c b/keyboards/handwired/onekey/keymaps/oled/keymap.c index 1c120d01c..c19b6918c 100644 --- a/keyboards/handwired/onekey/keymaps/oled/keymap.c +++ b/keyboards/handwired/onekey/keymaps/oled/keymap.c | |||
| @@ -282,7 +282,7 @@ void test_slow_update(void) { | |||
| 282 | if (++x >= oled_max_chars()) { | 282 | if (++x >= oled_max_chars()) { |
| 283 | x = 0; | 283 | x = 0; |
| 284 | if (++y >= oled_max_lines()) { | 284 | if (++y >= oled_max_lines()) { |
| 285 | // The whole screen was filled - start the next phase. | 285 | // The whole screen was filled - start the next phase. |
| 286 | ++phase; | 286 | ++phase; |
| 287 | x = y = 0; | 287 | x = y = 0; |
| 288 | } | 288 | } |
diff --git a/keyboards/handwired/onekey/keymaps/oled/readme.md b/keyboards/handwired/onekey/keymaps/oled/readme.md index 380b3eb52..9854b9580 100644 --- a/keyboards/handwired/onekey/keymaps/oled/readme.md +++ b/keyboards/handwired/onekey/keymaps/oled/readme.md | |||
| @@ -11,7 +11,7 @@ Available commands using a single key: | |||
| 11 | Available test patterns: | 11 | Available test patterns: |
| 12 | - QMK logo (clipped to fit on the display). | 12 | - QMK logo (clipped to fit on the display). |
| 13 | - Fill the whole screen with as much unique characters as possible (all 94 printable ASCII characters are used, and if the display has more character positions available, the same characters are printed again, but inverted). | 13 | - Fill the whole screen with as much unique characters as possible (all 94 printable ASCII characters are used, and if the display has more character positions available, the same characters are printed again, but inverted). |
| 14 | - “Slow update” test — instead of updating the whole screen at once, draw things piece by piece to uncover display update bugs. The drawing sequence used by this test: | 14 | - “Slow update” test — instead of updating the whole screen at once, draw things piece by piece to uncover display update bugs. The drawing sequence used by this test: |
| 15 | - Fill the whole screen with printable ASCII characters (similar to the previous test, but characters are drawn one by one with 250 ms intervals between them, and inverted characters are not used to avoid obscuring the next phases). | 15 | - Fill the whole screen with printable ASCII characters (similar to the previous test, but characters are drawn one by one with 250 ms intervals between them, and inverted characters are not used to avoid obscuring the next phases). |
| 16 | - Draw a frame along the screen edges, starting from the top left corner and going down along the left edge, then along the bottom, right and top edges, with 50 ms delay after every pixel. | 16 | - Draw a frame along the screen edges, starting from the top left corner and going down along the left edge, then along the bottom, right and top edges, with 50 ms delay after every pixel. |
| 17 | - Repeat the same sequence again, but with the character sequence shifted by 1 character (so that the updates would be visible). | 17 | - Repeat the same sequence again, but with the character sequence shifted by 1 character (so that the updates would be visible). |
diff --git a/keyboards/the_uni/readme.md b/keyboards/the_uni/readme.md index 72b5c5d2a..730ea2483 100644 --- a/keyboards/the_uni/readme.md +++ b/keyboards/the_uni/readme.md | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | # The Uni | 1 | # The Uni |
| 2 | 2 | ||
| 3 | | ||
| 4 |  | 3 |  |
| 5 |  | 4 |  |
| 6 | | 5 | |
| 7 | A compact unibody split ortholinear keyboard made specifically for stenography. | 6 | A compact unibody split ortholinear keyboard made specifically for stenography. |
| 8 | | ||
| 9 | 7 | ||
| 10 | - Keyboard Maintainer: [Peter C. Park](https://github.com/petercpark) | 8 | - Keyboard Maintainer: [Peter C. Park](https://github.com/petercpark) |
| 11 | - Link to Keyboard Files: [The_Uni](https://github.com/petercpark/The_Uni) | 9 | - Link to Keyboard Files: [The_Uni](https://github.com/petercpark/The_Uni) |
| 12 | - Hardware Supported: The Uni v1 and v2 (pro micro or equivalent) | 10 | - Hardware Supported: The Uni v1 and v2 (pro micro or equivalent) |
| 13 | - Hardware Availability: [website](https://www.stenokeyboards.com) | 11 | - Hardware Availability: [website](https://www.stenokeyboards.com) |
| 14 | | 12 | |
| 15 | Make example for this keyboard (after setting up your build environment): | 13 | Make example for this keyboard (after setting up your build environment): |
| 16 | To enter the bootloader, short the rst and gnd pins with a conductive material such as a tweezer or a wire. Uni v2 will have reset pads next to the pro micro so you can short these pads to reset the pro micro. | 14 | |
| 17 | make the_uni:default | 15 | make the_uni:default |
| 18 | | 16 | |
| 19 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 17 | To enter the bootloader, short the rst and gnd pins with a conductive material such as a tweezer or a wire. Uni v2 will have reset pads next to the pro micro so you can short these pads to reset the pro micro. |
| 18 | |||
| 19 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
diff --git a/keyboards/tokyo60/readme.md b/keyboards/tokyo60/readme.md index 74f4e07cc..11d4d353c 100644 --- a/keyboards/tokyo60/readme.md +++ b/keyboards/tokyo60/readme.md | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | # Tokyo60 | 1 | # Tokyo60 |
| 2 | | 2 | |
| 3 |  | 3 |  |
| 4 | | 4 | |
| 5 | Minimal hacker style mechanical keyboard designed in Tokyo. Full aluminum hi-pro construction with integrated top-plate. Cherry MX compatible. More Info at [Tokyo Keyboard](http://tokyokeyboard.com). | 5 | Minimal hacker style mechanical keyboard designed in Tokyo. Full aluminum hi-pro construction with integrated top-plate. Cherry MX compatible. More Info at [Tokyo Keyboard](http://tokyokeyboard.com). |
| 6 | | 6 | |
| 7 | * Keyboard Maintainer: [Tokyo Keyboard](http://tokyokeyboard.com) | 7 | * Keyboard Maintainer: [Tokyo Keyboard](http://tokyokeyboard.com) |
| 8 | * Hardware Supported: Tokyo60 Rev.1 | 8 | * Hardware Supported: Tokyo60 Rev.1 |
| 9 | * Hardware Availability: [Drop](https://drop.com/buy/massdrop-x-tokyo-keyboard-tokyo60-keyboard-kit?mode=guest_open) | 9 | * Hardware Availability: [Drop](https://drop.com/buy/massdrop-x-tokyo-keyboard-tokyo60-keyboard-kit?mode=guest_open) |
| 10 | | 10 | |
| 11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
| 12 | | 12 | |
| 13 | make tokyo60:default | 13 | make tokyo60:default |
| 14 | | 14 | |
| 15 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 15 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
diff --git a/keyboards/tokyokeyboard/alix40/readme.md b/keyboards/tokyokeyboard/alix40/readme.md index b3db0c210..7f7f663d9 100644 --- a/keyboards/tokyokeyboard/alix40/readme.md +++ b/keyboards/tokyokeyboard/alix40/readme.md | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | # alix40 | 1 | # alix40 |
| 2 | | 2 | |
| 3 |  | 3 |  |
| 4 | | 4 | |
| 5 | Minimal hacker style mechanical keyboard designed in Tokyo. Cherry MX compatible. More Info at [Tokyo Keyboard](http://tokyokeyboard.com). | 5 | Minimal hacker style mechanical keyboard designed in Tokyo. Cherry MX compatible. More Info at [Tokyo Keyboard](http://tokyokeyboard.com). |
| 6 | | 6 | |
| 7 | * Keyboard Maintainer: [quadcube](https://github.com/quadcube) | 7 | * Keyboard Maintainer: [quadcube](https://github.com/quadcube) |
| 8 | * Hardware Supported: alix40 rev1 | 8 | * Hardware Supported: alix40 rev1 |
| 9 | * Hardware Availability: [Tokyo Keyboard](http://tokyokeyboard.com) | 9 | * Hardware Availability: [Tokyo Keyboard](http://tokyokeyboard.com) |
| 10 | | 10 | |
| 11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
| 12 | | 12 | |
| 13 | make tokyokeyboard/alix40:default | 13 | make tokyokeyboard/alix40:default |
| 14 | | 14 | |
| 15 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 15 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |
| 16 | 16 | ||
| 17 | Note: | 17 | Note: |
diff --git a/keyboards/whitefox/whitefox.h b/keyboards/whitefox/whitefox.h index 19d59ad66..7e6648e5e 100644 --- a/keyboards/whitefox/whitefox.h +++ b/keyboards/whitefox/whitefox.h | |||
| @@ -23,15 +23,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | 23 | ||
| 24 | /* | 24 | /* |
| 25 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | 25 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ |
| 26 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 26 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 27 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ | 27 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ |
| 28 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 28 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 29 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬────┼───┤ | 29 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬────┼───┤ |
| 30 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 30 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 31 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ | 31 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ |
| 32 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 32 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 33 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ | 33 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ |
| 34 | * │ │ │ │ │ │ │ │ │ │ │ | 34 | * │ │ │ │ │ │ │ │ │ │ │ |
| 35 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ | 35 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ |
| 36 | */ | 36 | */ |
| 37 | #define LAYOUT_all( \ | 37 | #define LAYOUT_all( \ |
| @@ -53,15 +53,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | 53 | ||
| 54 | /* | 54 | /* |
| 55 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 55 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 56 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 56 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 57 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ | 57 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ |
| 58 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 58 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 59 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ | 59 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ |
| 60 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 60 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 61 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ | 61 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ |
| 62 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 62 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 63 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ | 63 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ |
| 64 | * │ │ │ │ │ │ │ │ │ │ │ | 64 | * │ │ │ │ │ │ │ │ │ │ │ |
| 65 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ | 65 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ |
| 66 | */ | 66 | */ |
| 67 | #define LAYOUT_65_ansi( \ | 67 | #define LAYOUT_65_ansi( \ |
| @@ -83,16 +83,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | 83 | ||
| 84 | /* | 84 | /* |
| 85 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 85 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 86 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 86 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 87 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ | 87 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ |
| 88 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 88 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 89 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ | 89 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ |
| 90 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 90 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 91 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ | 91 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ |
| 92 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 92 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 93 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ | 93 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ |
| 94 | * │ │ │ │ │ │ │ │ │ │ │ | 94 | * │ │ │ │ │ │ │ │ │ │ │ |
| 95 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ | 95 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ |
| 96 | */ | 96 | */ |
| 97 | #define LAYOUT_65_ansi_blocker( \ | 97 | #define LAYOUT_65_ansi_blocker( \ |
| 98 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k15, k16, \ | 98 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k15, k16, \ |
| @@ -113,16 +113,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 113 | 113 | ||
| 114 | /* | 114 | /* |
| 115 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | 115 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ |
| 116 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 116 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 117 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ | 117 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ |
| 118 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 118 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 119 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ | 119 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ |
| 120 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 120 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 121 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ | 121 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ |
| 122 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 122 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 123 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ | 123 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ |
| 124 | * │ │ │ │ │ │ │ │ │ │ │ | 124 | * │ │ │ │ │ │ │ │ │ │ │ |
| 125 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ | 125 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ |
| 126 | */ | 126 | */ |
| 127 | #define LAYOUT_65_ansi_blocker_split_bs( \ | 127 | #define LAYOUT_65_ansi_blocker_split_bs( \ |
| 128 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k14, k15, k16, \ | 128 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k14, k15, k16, \ |
| @@ -143,15 +143,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 143 | 143 | ||
| 144 | /* | 144 | /* |
| 145 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 145 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 146 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 146 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 147 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ | 147 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ |
| 148 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 148 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 149 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ | 149 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ |
| 150 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 150 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 151 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ | 151 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ |
| 152 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 152 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 153 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ | 153 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤ |
| 154 | * │ │ │ │ │ │ │ │ │ │ │ | 154 | * │ │ │ │ │ │ │ │ │ │ │ |
| 155 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ | 155 | * └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘ |
| 156 | */ | 156 | */ |
| 157 | #define LAYOUT_65_iso( \ | 157 | #define LAYOUT_65_iso( \ |
| @@ -173,16 +173,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 173 | 173 | ||
| 174 | /* | 174 | /* |
| 175 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 175 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 176 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 176 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 177 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ | 177 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ |
| 178 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 178 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 179 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ | 179 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ |
| 180 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 180 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 181 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ | 181 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ |
| 182 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 182 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 183 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ | 183 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ |
| 184 | * │ │ │ │ │ │ │ │ │ │ │ | 184 | * │ │ │ │ │ │ │ │ │ │ │ |
| 185 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ | 185 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ |
| 186 | */ | 186 | */ |
| 187 | #define LAYOUT_65_iso_blocker( \ | 187 | #define LAYOUT_65_iso_blocker( \ |
| 188 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k15, k16, \ | 188 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k15, k16, \ |
| @@ -203,16 +203,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 203 | 203 | ||
| 204 | /* | 204 | /* |
| 205 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | 205 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ |
| 206 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 206 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 207 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ | 207 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ |
| 208 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 208 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 209 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ | 209 | * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ├───┤ |
| 210 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 210 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 211 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ | 211 | * ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┼───┤ |
| 212 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | 212 | * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ |
| 213 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ | 213 | * ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ |
| 214 | * │ │ │ │ │ │ │ │ │ │ │ | 214 | * │ │ │ │ │ │ │ │ │ │ │ |
| 215 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ | 215 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ |
| 216 | */ | 216 | */ |
| 217 | #define LAYOUT_65_iso_blocker_split_bs( \ | 217 | #define LAYOUT_65_iso_blocker_split_bs( \ |
| 218 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k14, k15, k16, \ | 218 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k10, k11, k12, k13, k14, k15, k16, \ |
diff --git a/keyboards/wuque/ikki68/readme.md b/keyboards/wuque/ikki68/readme.md index 70f777a68..f675384eb 100644 --- a/keyboards/wuque/ikki68/readme.md +++ b/keyboards/wuque/ikki68/readme.md | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | # ikki68 | 1 | # ikki68 |
| 2 | 2 | ||
| 3 |  | 3 |  |
| 4 | | 4 | |
| 5 | Hope this kit is the same as ikki, every rebirth will be stronger | 5 | Hope this kit is the same as ikki, every rebirth will be stronger |
| 6 | More Info at [wuquestudio](https://shop.wuquestudio.com/). | 6 | More Info at [wuquestudio](https://shop.wuquestudio.com/). |
| 7 | | 7 | |
| 8 | * Keyboard Maintainer: [wuquestudio](https://shop.wuquestudio.com) | 8 | * Keyboard Maintainer: [wuquestudio](https://shop.wuquestudio.com) |
| 9 | * Hardware Supported: ikki 68 Standard | 9 | * Hardware Supported: ikki 68 Standard |
| 10 | * Hardware Availability: [wuquestudio](https://shop.wuquestudio.com/products/ikki68) | 10 | * Hardware Availability: [wuquestudio](https://shop.wuquestudio.com/products/ikki68) |
| 11 | | 11 | |
| 12 | Make example for this keyboard (after setting up your build environment): | 12 | Make example for this keyboard (after setting up your build environment): |
| 13 | 13 | ||
| 14 | make wuque/ikki68:default | 14 | make wuque/ikki68:default |
