From 1c62be8ee65de9060fad3387ed759c8a8e8eed40 Mon Sep 17 00:00:00 2001 From: chalex Date: Wed, 7 Aug 2024 02:07:56 -0400 Subject: [PATCH 1/9] add piche60 with tested and working files --- keyboards/chlx/piche60/keyboard.json | 125 ++++++++++++++++++ .../chlx/piche60/keymaps/default/keymap.c | 34 +++++ keyboards/chlx/piche60/keymaps/via/config.h | 21 +++ keyboards/chlx/piche60/keymaps/via/keymap.c | 34 +++++ keyboards/chlx/piche60/keymaps/via/rules.mk | 3 + keyboards/chlx/piche60/readme.md | 28 ++++ 6 files changed, 245 insertions(+) create mode 100644 keyboards/chlx/piche60/keyboard.json create mode 100644 keyboards/chlx/piche60/keymaps/default/keymap.c create mode 100644 keyboards/chlx/piche60/keymaps/via/config.h create mode 100644 keyboards/chlx/piche60/keymaps/via/keymap.c create mode 100644 keyboards/chlx/piche60/keymaps/via/rules.mk create mode 100644 keyboards/chlx/piche60/readme.md diff --git a/keyboards/chlx/piche60/keyboard.json b/keyboards/chlx/piche60/keyboard.json new file mode 100644 index 00000000000..563a6c57fcc --- /dev/null +++ b/keyboards/chlx/piche60/keyboard.json @@ -0,0 +1,125 @@ +{ + "manufacturer": "chlx bsmt", + "keyboard_name": "piche60", + "maintainer": "gaclee4b", + "bootloader": "atmel-dfu", + "diode_direction": "COL2ROW", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, + "indicators": { + "caps_lock": "C7", + "compose": "B5", + "num_lock": "B6", + "scroll_lock": "C6", + "on_state": 0 + }, + "matrix_pins": { + "cols": ["D0", "F5", "F7", "E6", "F0", "D4", "D5", "D7", "D3", "D2", "D1", "B7", "B3", "B2", "B1", "B0"], + "rows": ["F4", "F1", "F6", "D6", "B4"] + }, + "processor": "atmega32u4", + "url": "www.github.com/gaclee3b", + "usb": { + "device_version": "1.1.0", + "pid": "0x0611", + "vid": "0x4358" + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [1, 1], "x": 0.5, "y": 0}, + + {"matrix": [0, 1], "x": 1.75, "y": 0.25}, + {"matrix": [0, 2], "x": 2.75, "y": 0.25}, + {"matrix": [0, 3], "x": 3.75, "y": 0}, + {"matrix": [0, 4], "x": 4.75, "y": 0.25}, + {"matrix": [0, 5], "x": 5.75, "y": 0.25}, + {"matrix": [0, 6], "x": 6.75, "y": 0.25}, + {"matrix": [0, 7], "x": 7.75, "y": 0.25}, + + {"matrix": [0, 8], "x": 11, "y": 0.25}, + {"matrix": [0, 9], "x": 12, "y": 0.25}, + {"matrix": [0, 10], "x": 13, "y": 0.25}, + {"matrix": [0, 11], "x": 14, "y": 0.25}, + {"matrix": [0, 12], "x": 15, "y": 0}, + {"matrix": [0, 13], "x": 16, "y": 0.25}, + {"matrix": [0, 14], "x": 17, "y": 0.25}, + {"matrix": [0, 15], "x": 18, "y": 0.25}, + + {"matrix": [2, 1], "x": 0.25, "y": 1}, + + {"matrix": [1, 2], "x": 1.5, "y": 1.25, "w": 1.5}, + {"matrix": [1, 3], "x": 3, "y": 1.25}, + {"matrix": [1, 4], "x": 4.25, "y": 1.25}, + {"matrix": [1, 5], "x": 5.25, "y": 1.25}, + {"matrix": [1, 6], "x": 6.25, "y": 1.25}, + {"matrix": [1, 7], "x": 7.25, "y": 1.25}, + + {"matrix": [1, 8], "x": 10.5, "y": 1.25}, + {"matrix": [1, 9], "x": 11.5, "y": 1.25}, + {"matrix": [1, 10], "x": 12.5, "y": 1.25}, + {"matrix": [1, 11], "x": 13.5, "y": 1.25}, + {"matrix": [1, 12], "x": 14.75, "y": 1.25}, + {"matrix": [1, 13], "x": 15.75, "y": 1.25}, + {"matrix": [1, 14], "x": 16.75, "y": 1.25}, + {"matrix": [1, 15], "x": 17.75, "y": 1.25, "w": 1.5}, + + {"matrix": [3, 1], "x": 0, "y": 2}, + + {"matrix": [2, 2], "x": 1.5, "y": 2.25, "w": 1.75}, + {"matrix": [2, 3], "x": 3.25, "y": 2.25}, + {"matrix": [2, 4], "x": 4.5, "y": 2.25}, + {"matrix": [2, 5], "x": 5.5, "y": 2.25}, + {"matrix": [2, 6], "x": 6.5, "y": 2.25}, + {"matrix": [2, 7], "x": 7.5, "y": 2.25}, + + {"matrix": [2, 8], "x": 10.75, "y": 2.25}, + {"matrix": [2, 9], "x": 11.75, "y": 2.25}, + {"matrix": [2, 10], "x": 12.75, "y": 2.25}, + {"matrix": [2, 11], "x": 13.75, "y": 2.25}, + {"matrix": [2, 12], "x": 15.25, "y": 2.25}, + {"matrix": [2, 13], "x": 16.25, "y": 2.25}, + {"matrix": [2, 14], "x": 17.25, "y": 2.25, "w": 2.25}, + + {"matrix": [3, 2], "x": 1.5, "y": 3.25, "w": 2.25}, + {"matrix": [3, 3], "x": 3.75, "y": 3.25}, + {"matrix": [3, 4], "x": 5, "y": 3.25}, + {"matrix": [3, 5], "x": 6, "y": 3.25}, + {"matrix": [3, 6], "x": 7, "y": 3.25}, + {"matrix": [3, 7], "x": 8, "y": 3.25}, + + {"matrix": [3, 8], "x": 10.25, "y": 3.25}, + {"matrix": [3, 9], "x": 11.25, "y": 3.25}, + {"matrix": [3, 10], "x": 12.25, "y": 3.25}, + {"matrix": [3, 11], "x": 13.25, "y": 3.25}, + {"matrix": [3, 12], "x": 15, "y": 3.25}, + {"matrix": [3, 13], "x": 16, "y": 3.25}, + {"matrix": [3, 14], "x": 17, "y": 3.25, "w": 1.75}, + {"matrix": [3, 15], "x": 18.75, "y": 3.25}, + + {"matrix": [4, 2], "x": 1.5, "y": 4.25, "w": 1.5}, + {"matrix": [4, 3], "x": 3, "y": 4.25, "w": 1.25}, + {"matrix": [4, 4], "x": 5, "y": 4.25, "w": 1.5}, + {"matrix": [4, 6], "x": 6.5, "y": 4.25, "w": 2}, + {"matrix": [4, 7], "x": 8.5, "y": 4.25}, + {"matrix": [4, 9], "x": 10.25, "y": 4.25, "w": 2.75}, + {"matrix": [4, 11], "x": 13, "y": 4.25, "w": 1.5}, + {"matrix": [4, 13], "x": 15.5, "y": 4.25, "w": 1.25}, + {"matrix": [4, 14], "x": 16.75, "y": 4.25, "w": 1.25}, + {"matrix": [4, 15], "x": 18, "y": 4.25, "w": 1.5} + ] + } + } +} diff --git a/keyboards/chlx/piche60/keymaps/default/keymap.c b/keyboards/chlx/piche60/keymaps/default/keymap.c new file mode 100644 index 00000000000..dfd3426a902 --- /dev/null +++ b/keyboards/chlx/piche60/keymaps/default/keymap.c @@ -0,0 +1,34 @@ +/* +Copyright 2024 Alexander Lee + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + [0] = LAYOUT( + KC_ESC, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_BSPC, + KC_PGUP, 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_PGDN, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), + KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LGUI, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL), + [1] = LAYOUT( + KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_DEL, + KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_UP, KC_PGUP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_END, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_TRNS, + KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_MPLY, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS) +}; diff --git a/keyboards/chlx/piche60/keymaps/via/config.h b/keyboards/chlx/piche60/keymaps/via/config.h new file mode 100644 index 00000000000..4b64e496485 --- /dev/null +++ b/keyboards/chlx/piche60/keymaps/via/config.h @@ -0,0 +1,21 @@ +/* +Copyright 2023 Alexander Lee + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +/* VIA related config */ +#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 diff --git a/keyboards/chlx/piche60/keymaps/via/keymap.c b/keyboards/chlx/piche60/keymaps/via/keymap.c new file mode 100644 index 00000000000..dfd3426a902 --- /dev/null +++ b/keyboards/chlx/piche60/keymaps/via/keymap.c @@ -0,0 +1,34 @@ +/* +Copyright 2024 Alexander Lee + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + [0] = LAYOUT( + KC_ESC, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_BSPC, + KC_PGUP, 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_PGDN, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), + KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LGUI, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL), + [1] = LAYOUT( + KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_DEL, + KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_UP, KC_PGUP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_END, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_TRNS, + KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_MPLY, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS) +}; diff --git a/keyboards/chlx/piche60/keymaps/via/rules.mk b/keyboards/chlx/piche60/keymaps/via/rules.mk new file mode 100644 index 00000000000..5f615ff62b7 --- /dev/null +++ b/keyboards/chlx/piche60/keymaps/via/rules.mk @@ -0,0 +1,3 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes + diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md new file mode 100644 index 00000000000..ee6eefb61d2 --- /dev/null +++ b/keyboards/chlx/piche60/readme.md @@ -0,0 +1,28 @@ +# ppr.merro60 + +![piche60 PCB]() + +- 60% alice format keyboard pcb with USB-C and unified daughterboard compatibility. +- USB-C can be snapped off and converted into an ai03 C3 compatible daughterboard. +- Left and right halves can be snapped off and connected through 14-pin JST-SH interfaces. + +Keyboard Maintainer: [Alexander Lee](https://github.com/gaclee3b) +Hardware Supported: chlx PCB piche60.x.x.x + +Make example for this keyboard (after setting up your build environment): + + make chlx/piche60:default + +Flashing example for this keyboard: + + make chlx/piche60:default:flash + +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). + +## Bootloader + +Enter bootloader mode by any of the following options - +- When unplugged, holding the top-left key (typically ESC) while plugging in the keyboard +- When plugged in, pressing and releasing the reset button on the pcb bottom behind the CAPSLOCK / A-key region +- When plugged in, shorting out the two reset metal contacts near the 'z' key (accessible through the switch LED slot) + From 3a89a53f6f86771412492d3fc6ffdfe739a8582c Mon Sep 17 00:00:00 2001 From: chalex <68408520+gaclee3b@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:19:50 -0400 Subject: [PATCH 2/9] Update readme.md checked in version was missing imgur link and had some stale fields that are now updated. --- keyboards/chlx/piche60/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index ee6eefb61d2..cec07f50e9c 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -1,10 +1,12 @@ # ppr.merro60 -![piche60 PCB]() +![piche60 PCB](https://imgur.com/a/piche60-8t4EzTC) - 60% alice format keyboard pcb with USB-C and unified daughterboard compatibility. +- Layout adds 3 additional keys in the palm area voids of traditional alice format. - USB-C can be snapped off and converted into an ai03 C3 compatible daughterboard. - Left and right halves can be snapped off and connected through 14-pin JST-SH interfaces. +- PCB can be manufactured with top-side USB-C for compatibility with legacy alice PCBs. Keyboard Maintainer: [Alexander Lee](https://github.com/gaclee3b) Hardware Supported: chlx PCB piche60.x.x.x @@ -22,7 +24,6 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to ## Bootloader Enter bootloader mode by any of the following options - -- When unplugged, holding the top-left key (typically ESC) while plugging in the keyboard - When plugged in, pressing and releasing the reset button on the pcb bottom behind the CAPSLOCK / A-key region - When plugged in, shorting out the two reset metal contacts near the 'z' key (accessible through the switch LED slot) From 04fe6752a1ce74fb584d493004a23f245a483186 Mon Sep 17 00:00:00 2001 From: chalex <68408520+gaclee3b@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:21:38 -0400 Subject: [PATCH 3/9] Update readme.md pcb name missed stale pcb name at the very top --- keyboards/chlx/piche60/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index cec07f50e9c..f07f168b5c8 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -1,4 +1,4 @@ -# ppr.merro60 +# piche60 ![piche60 PCB](https://imgur.com/a/piche60-8t4EzTC) From 3409e230be065ae953cc05982eae9d1542636ff3 Mon Sep 17 00:00:00 2001 From: chalex <68408520+gaclee3b@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:09:52 -0400 Subject: [PATCH 4/9] Apply suggestions from code review update bootmagic key assignment. update imagr link. Co-authored-by: Joel Challis Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/chlx/piche60/keyboard.json | 3 +++ keyboards/chlx/piche60/readme.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/keyboards/chlx/piche60/keyboard.json b/keyboards/chlx/piche60/keyboard.json index 563a6c57fcc..7eafe4f84fa 100644 --- a/keyboards/chlx/piche60/keyboard.json +++ b/keyboards/chlx/piche60/keyboard.json @@ -3,6 +3,9 @@ "keyboard_name": "piche60", "maintainer": "gaclee4b", "bootloader": "atmel-dfu", + "bootmagic": { + "matrix": [1, 1] + }, "diode_direction": "COL2ROW", "features": { "bootmagic": true, diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index f07f168b5c8..fc47014ad5f 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -1,6 +1,6 @@ # piche60 -![piche60 PCB](https://imgur.com/a/piche60-8t4EzTC) +![piche60 PCB](https://i.imgur.com/CBeJSUy.jpeg) - 60% alice format keyboard pcb with USB-C and unified daughterboard compatibility. - Layout adds 3 additional keys in the palm area voids of traditional alice format. From 424d4777ace772e03f20d76e3b0ebdb7da3dccc2 Mon Sep 17 00:00:00 2001 From: chalex Date: Wed, 7 Aug 2024 16:10:39 -0400 Subject: [PATCH 5/9] remove config.h since default value 4 builds fine --- keyboards/chlx/piche60/keymaps/via/config.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 keyboards/chlx/piche60/keymaps/via/config.h diff --git a/keyboards/chlx/piche60/keymaps/via/config.h b/keyboards/chlx/piche60/keymaps/via/config.h deleted file mode 100644 index 4b64e496485..00000000000 --- a/keyboards/chlx/piche60/keymaps/via/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright 2023 Alexander Lee - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#pragma once - -/* VIA related config */ -#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 From cb547489186e5204cd92b47bd20ce5901eb31dcb Mon Sep 17 00:00:00 2001 From: chalex Date: Wed, 7 Aug 2024 16:35:47 -0400 Subject: [PATCH 6/9] add comment on bootmagic top-left key for entering dfu mode. clarify other dfu methods. --- keyboards/chlx/piche60/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index fc47014ad5f..57ef9ad60e3 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -24,6 +24,7 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to ## Bootloader Enter bootloader mode by any of the following options - -- When plugged in, pressing and releasing the reset button on the pcb bottom behind the CAPSLOCK / A-key region -- When plugged in, shorting out the two reset metal contacts near the 'z' key (accessible through the switch LED slot) +- When unplugged, holding the top-left key (typically ESC) while plugging in the keyboard +- When already plugged in, pressing and releasing the reset button on the pcb bottom behind the CAPSLOCK / A-key region +- When already plugged in, shorting out the two reset metal contacts near the 'z' key (accessible through the switch LED slot) From 77df690461162ef9a13899578233f86d133c865d Mon Sep 17 00:00:00 2001 From: chalex Date: Sun, 18 Aug 2024 21:38:40 -0400 Subject: [PATCH 7/9] add hardware availability field information --- keyboards/chlx/piche60/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index 57ef9ad60e3..4c135767eff 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -10,6 +10,7 @@ Keyboard Maintainer: [Alexander Lee](https://github.com/gaclee3b) Hardware Supported: chlx PCB piche60.x.x.x +Hardware Availability: for top-side USB version, most keyboard cases that accept legacy alice format PCBs (i.e. lubrigante) Make example for this keyboard (after setting up your build environment): From 2347cd926b6f2d9dd42850e7caae4eaaaf036da7 Mon Sep 17 00:00:00 2001 From: gaclee3b Date: Fri, 4 Oct 2024 06:54:04 -0400 Subject: [PATCH 8/9] remove via config files from this area to conform to qmk's new configuration as of august 26, 2024 --- keyboards/chlx/piche60/keymaps/via/keymap.c | 34 --------------------- keyboards/chlx/piche60/keymaps/via/rules.mk | 3 -- 2 files changed, 37 deletions(-) delete mode 100644 keyboards/chlx/piche60/keymaps/via/keymap.c delete mode 100644 keyboards/chlx/piche60/keymaps/via/rules.mk diff --git a/keyboards/chlx/piche60/keymaps/via/keymap.c b/keyboards/chlx/piche60/keymaps/via/keymap.c deleted file mode 100644 index dfd3426a902..00000000000 --- a/keyboards/chlx/piche60/keymaps/via/keymap.c +++ /dev/null @@ -1,34 +0,0 @@ -/* -Copyright 2024 Alexander Lee - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include QMK_KEYBOARD_H - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - [0] = LAYOUT( - KC_ESC, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_BSPC, - KC_PGUP, 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_PGDN, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), - KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LGUI, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL), - [1] = LAYOUT( - KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_DEL, - KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_UP, KC_PGUP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, - KC_TRNS, KC_TRNS, KC_END, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_TRNS, - KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_MPLY, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, - KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS) -}; diff --git a/keyboards/chlx/piche60/keymaps/via/rules.mk b/keyboards/chlx/piche60/keymaps/via/rules.mk deleted file mode 100644 index 5f615ff62b7..00000000000 --- a/keyboards/chlx/piche60/keymaps/via/rules.mk +++ /dev/null @@ -1,3 +0,0 @@ -VIA_ENABLE = yes -LTO_ENABLE = yes - From ce73a3c77261a583bebbe528e5e415aa3c1f5674 Mon Sep 17 00:00:00 2001 From: gaclee3b Date: Fri, 1 Nov 2024 23:47:31 -0400 Subject: [PATCH 9/9] fix hardware support to includ compatible case configs. fix hardware availability to specify pcb is typically sold in-stock as bulk listing on r/mechmarket --- keyboards/chlx/piche60/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/chlx/piche60/readme.md b/keyboards/chlx/piche60/readme.md index 4c135767eff..de659b0ff7c 100644 --- a/keyboards/chlx/piche60/readme.md +++ b/keyboards/chlx/piche60/readme.md @@ -9,8 +9,8 @@ - PCB can be manufactured with top-side USB-C for compatibility with legacy alice PCBs. Keyboard Maintainer: [Alexander Lee](https://github.com/gaclee3b) -Hardware Supported: chlx PCB piche60.x.x.x -Hardware Availability: for top-side USB version, most keyboard cases that accept legacy alice format PCBs (i.e. lubrigante) +Hardware Supported: chlx PCB piche60.x.x.x; top-side USB version compatible with most keyboard cases using legacy alice format PCBs (i.e. lubrigante) +Hardware Availability: sales are typically done in-stock as bulk listings on reddit's mechanical keyboard market (r/mechmarket) Make example for this keyboard (after setting up your build environment):