diff options
author | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
commit | 9581289745736ce068a1040f44cec37a2ca8830d (patch) | |
tree | 24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/pluckey | |
parent | fe13cedf8c09fa34d5cec4e4c624738095176625 (diff) |
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/pluckey')
-rw-r--r-- | keyboards/pluckey/config.h | 78 | ||||
-rw-r--r-- | keyboards/pluckey/info.json | 166 | ||||
-rw-r--r-- | keyboards/pluckey/keymaps/default/keymap.c | 77 | ||||
-rw-r--r-- | keyboards/pluckey/keymaps/default/readme.md | 4 | ||||
-rw-r--r-- | keyboards/pluckey/keymaps/default_ergo/keymap.c | 77 | ||||
-rw-r--r-- | keyboards/pluckey/keymaps/manna-harbour_miryoku/config.h | 22 | ||||
-rw-r--r-- | keyboards/pluckey/keymaps/manna-harbour_miryoku/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/pluckey/pluckey.c | 38 | ||||
-rw-r--r-- | keyboards/pluckey/pluckey.h | 81 | ||||
-rw-r--r-- | keyboards/pluckey/readme.md | 19 | ||||
-rw-r--r-- | keyboards/pluckey/rules.mk | 20 |
11 files changed, 0 insertions, 586 deletions
diff --git a/keyboards/pluckey/config.h b/keyboards/pluckey/config.h deleted file mode 100644 index 152b8c3169..0000000000 --- a/keyboards/pluckey/config.h +++ /dev/null @@ -1,78 +0,0 @@ -/* -Copyright 2021 floookay - -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 <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -#include "config_common.h" - -/* key matrix size */ -// Rows are doubled-up -#define MATRIX_ROWS 10 -#define MATRIX_COLS 7 - -/* - * Keyboard Matrix Assignments - * - * COLS: AVR pins used for columns, left to right - * ROWS: AVR pins used for rows, top to bottom - * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) - * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) - * - */ -#define MATRIX_ROW_PINS { B4, F5, F6, B6, B5 } -#define MATRIX_COL_PINS { D1, D0, D4, C6, D7, E6, F7 } -#define DIODE_DIRECTION COL2ROW - -/* encoder support */ -#define ENCODERS_PAD_A { B3 } -#define ENCODERS_PAD_B { B2 } -#define ENCODER_RESOLUTION 2 -#define ENCODERS_PAD_A_RIGHT { B2 } -#define ENCODERS_PAD_B_RIGHT { B3 } -#define ENCODER_RESOLUTION_RIGHT 2 - -/* communication between sides */ -#define USE_SERIAL -#define SOFT_SERIAL_PIN D2 - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT - -/* Bootmagic Lite key configuration */ -//#define BOOTMAGIC_LITE_ROW 0 -//#define BOOTMAGIC_LITE_COLUMN 0 diff --git a/keyboards/pluckey/info.json b/keyboards/pluckey/info.json deleted file mode 100644 index 594cc6a7d3..0000000000 --- a/keyboards/pluckey/info.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "keyboard_name": "pluckey", - "manufacturer": "floookay", - "url": "https://github.com/floookay/pluckey", - "maintainer": "floookay", - "usb": { - "vid": "0xF100", - "pid": "0x91CE", - "device_version": "0.0.1" - }, - "layout_aliases": { - "LAYOUT": "LAYOUT_all" - }, - "layouts": { - "LAYOUT_all": { - "layout": [ - {"label":"Esc", "x":0, "y":0.625, "w":1.5}, - {"label":"1!", "x":1.5, "y":0.625}, - {"label":"2@", "x":2.5, "y":0.125}, - {"label":"3#", "x":3.5, "y":0}, - {"label":"4$", "x":4.5, "y":0.125}, - {"label":"5%", "x":5.5, "y":0.25}, - {"label":"-_", "x":6.5, "y":0.25}, - {"label":"=+", "x":12, "y":0.25}, - {"label":"6^", "x":13, "y":0.25}, - {"label":"7&", "x":14, "y":0.125}, - {"label":"8*", "x":15, "y":0}, - {"label":"9(", "x":16, "y":0.125}, - {"label":"0)", "x":17, "y":0.625}, - {"label":"`~", "x":18, "y":0.625, "w":1.5}, - - {"label":"Tab", "x":0, "y":1.625, "w":1.5}, - {"label":"Q", "x":1.5, "y":1.625}, - {"label":"W", "x":2.5, "y":1.125}, - {"label":"E", "x":3.5, "y":1}, - {"label":"R", "x":4.5, "y":1.125}, - {"label":"T", "x":5.5, "y":1.25}, - {"label":"[{", "x":6.5, "y":1.25}, - {"label":"]}", "x":12, "y":1.25}, - {"label":"Y", "x":13, "y":1.25}, - {"label":"U", "x":14, "y":1.125}, - {"label":"I", "x":16, "y":1.125}, - {"label":"O", "x":15, "y":1}, - {"label":"P", "x":17, "y":1.625}, - {"label":"\\|", "x":18, "y":1.625, "w":1.5}, - - {"label":"Ctrl", "x":0, "y":2.625, "w":1.5}, - {"label":"A", "x":1.5, "y":2.625}, - {"label":"S", "x":2.5, "y":2.125}, - {"label":"D", "x":3.5, "y":2}, - {"label":"F", "x":4.5, "y":2.125}, - {"label":"G", "x":5.5, "y":2.25}, - {"label":"(", "x":6.5, "y":2.25}, - {"label":")", "x":12, "y":2.25}, - {"label":"H", "x":13, "y":2.25}, - {"label":"J", "x":14, "y":2.125}, - {"label":"K", "x":16, "y":2.125}, - {"label":"L", "x":15, "y":2}, - {"label":";:", "x":17, "y":2.625}, - {"label":"'\"", "x":18, "y":2.625, "w":1.5}, - - {"label":"Shift", "x":0, "y":3.625, "w":1.5}, - {"label":"Z", "x":1.5, "y":3.625}, - {"label":"X", "x":2.5, "y":3.125}, - {"label":"C", "x":3.5, "y":3}, - {"label":"V", "x":4.5, "y":3.125}, - {"label":"B", "x":5.5, "y":3.25}, - {"label":"{", "x":6.5, "y":3.25}, - {"label":"Home", "x":7.5, "y":3.75}, - {"label":"End", "x":11, "y":3.75}, - {"label":"}", "x":12, "y":3.25}, - {"label":"N", "x":13, "y":3.25}, - {"label":"M", "x":14, "y":3.125}, - {"label":",<", "x":15, "y":3}, - {"label":".>", "x":16, "y":3.125}, - {"label":"/?", "x":17, "y":3.625}, - {"label":"Shift", "x":18, "y":3.625, "w":1.5}, - - {"label":"GUI", "x":2.5, "y":4.125}, - {"label":"Alt", "x":3.5, "y":4}, - {"label":"Lower", "x":4.5, "y":4.125}, - {"label":"Space", "x":5.75, "y":4.5, "w":1.5}, - {"label":"Backspace", "x":7.25, "y":4.75}, - {"label":"Enter", "x":11.25, "y":4.75}, - {"label":"Space", "x":12.25, "y":4.5, "w":1.5}, - {"label":"Raise", "x":14, "y":4.125}, - {"label":"Alt", "x":15, "y":4}, - {"label":"MEH", "x":16, "y":4.125} - ] - }, - "LAYOUT_ergo": { - "layout": [ - {"label":"Esc", "x":0, "y":0.625, "w":1.5}, - {"label":"1!", "x":1.5, "y":0.625}, - {"label":"2@", "x":2.5, "y":0.125}, - {"label":"3#", "x":3.5, "y":0}, - {"label":"4$", "x":4.5, "y":0.125}, - {"label":"5%", "x":5.5, "y":0.25}, - {"label":"-_", "x":6.5, "y":0.25}, - {"label":"=+", "x":12, "y":0.25}, - {"label":"6^", "x":13, "y":0.25}, - {"label":"7&", "x":14, "y":0.125}, - {"label":"8*", "x":15, "y":0}, - {"label":"9(", "x":16, "y":0.125}, - {"label":"0)", "x":17, "y":0.625}, - {"label":"`~", "x":18, "y":0.625, "w":1.5}, - - {"label":"Tab", "x":0, "y":1.625, "w":1.5}, - {"label":"Q", "x":1.5, "y":1.625}, - {"label":"W", "x":2.5, "y":1.125}, - {"label":"E", "x":3.5, "y":1}, - {"label":"R", "x":4.5, "y":1.125}, - {"label":"T", "x":5.5, "y":1.25}, - {"label":"[{", "x":6.5, "y":1.25, "h":1.5}, - {"label":"]}", "x":12, "y":1.25, "h":1.5}, - {"label":"Y", "x":13, "y":1.25}, - {"label":"U", "x":14, "y":1.125}, - {"label":"I", "x":16, "y":1.125}, - {"label":"O", "x":15, "y":1}, - {"label":"P", "x":17, "y":1.625}, - {"label":"\\|", "x":18, "y":1.625, "w":1.5}, - - {"label":"Ctrl", "x":0, "y":2.625, "w":1.5}, - {"label":"A", "x":1.5, "y":2.625}, - {"label":"S", "x":2.5, "y":2.125}, - {"label":"D", "x":3.5, "y":2}, - {"label":"F", "x":4.5, "y":2.125}, - {"label":"G", "x":5.5, "y":2.25}, - {"label":"H", "x":13, "y":2.25}, - {"label":"J", "x":14, "y":2.125}, - {"label":"K", "x":16, "y":2.125}, - {"label":"L", "x":15, "y":2}, - {"label":";:", "x":17, "y":2.625}, - {"label":"'\"", "x":18, "y":2.625, "w":1.5}, - - {"label":"Shift", "x":0, "y":3.625, "w":1.5}, - {"label":"Z", "x":1.5, "y":3.625}, - {"label":"X", "x":2.5, "y":3.125}, - {"label":"C", "x":3.5, "y":3}, - {"label":"V", "x":4.5, "y":3.125}, - {"label":"B", "x":5.5, "y":3.25}, - {"label":"(", "x":6.5, "y":2.75, "h":1.5}, - {"label":"Home", "x":7.5, "y":3.75}, - {"label":"End", "x":11, "y":3.75}, - {"label":")", "x":12, "y":2.75, "h":1.5}, - {"label":"N", "x":13, "y":3.25}, - {"label":"M", "x":14, "y":3.125}, - {"label":",<", "x":15, "y":3}, - {"label":".>", "x":16, "y":3.125}, - {"label":"/?", "x":17, "y":3.625}, - {"label":"Shift", "x":18, "y":3.625, "w":1.5}, - - {"label":"GUI", "x":2.5, "y":4.125}, - {"label":"Alt", "x":3.5, "y":4}, - {"label":"Lower", "x":4.5, "y":4.125}, - {"label":"Space", "x":5.75, "y":4.5, "w":1.5}, - {"label":"Backspace", "x":7.25, "y":4.75}, - {"label":"Enter", "x":11.25, "y":4.75}, - {"label":"Space", "x":12.25, "y":4.5, "w":1.5}, - {"label":"Raise", "x":14, "y":4.125}, - {"label":"Alt", "x":15, "y":4}, - {"label":"MEH", "x":16, "y":4.125} - ] - } - } -} diff --git a/keyboards/pluckey/keymaps/default/keymap.c b/keyboards/pluckey/keymaps/default/keymap.c deleted file mode 100644 index 787bb192b2..0000000000 --- a/keyboards/pluckey/keymaps/default/keymap.c +++ /dev/null @@ -1,77 +0,0 @@ -/* Copyright 2021 floookay - * - * 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 <http://www.gnu.org/licenses/>. - */ -#include QMK_KEYBOARD_H - -// Defines names for use in layer keycodes and the keymap -enum layer_names { - _BASE, - _LOWER, - _RAISE, - _ADJUST -}; - -// Defines the keycodes used by our macros in process_record_user -enum custom_keycodes { - M_ARROW -}; - -#define MO_LOW MO(_LOWER) -#define MO_RAIS MO(_RAISE) -#define MO_ADJU MO(_ADJUST) -#define MO_CURR _______ - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - /* Base */ - [_BASE] = LAYOUT_all( - KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_MINS, KC_EQL, KC_6, KC_7, KC_8, KC_9, KC_0, KC_GRV, - KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LBRC, KC_RBRC, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, - KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_LPRN, KC_RPRN, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, - KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LCBR, KC_HOME, KC_END, KC_RCBR, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, - KC_LGUI, KC_LALT, MO_LOW, KC_SPC, KC_BSPC, KC_ENT, KC_SPC, MO_RAIS, KC_RALT, KC_MEH - ), - [_LOWER] = LAYOUT_all( - _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F11, KC_F12, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_PSCR, - _______, _______, _______, _______, KC_PIPE, KC_UNDS, KC_LPRN, KC_RPRN, KC_PLUS, KC_PIPE, _______, _______, _______, _______, - _______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_LPRN, KC_RPRN, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, - _______, _______, _______, _______, _______, _______, M_ARROW, KC_PGUP, KC_PGDN, _______, _______, _______, _______, _______, _______, _______, - _______, _______, MO_CURR, _______, KC_DEL, _______, _______, MO_ADJU, _______, _______ - ), - [_RAISE] = LAYOUT_all( - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGUP, _______, _______, _______, - _______, _______, _______, KC_VOLU, _______, _______, KC_LPRN, KC_RPRN, _______, KC_BTN4, KC_UP, KC_BTN5, _______, _______, - _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, _______, KC_LPRN, KC_RPRN, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, KC_END, _______, - _______, _______, _______, KC_VOLD, _______, _______, M_ARROW, KC_PGUP, KC_PGDN, _______, _______, _______, KC_PGDN, _______, _______, _______, - _______, _______, MO_ADJU, _______, KC_DEL, _______, _______, MO_CURR, _______, _______ - ), - [_ADJUST] = LAYOUT_all( - KC_SLEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_WH_U, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_WH_L, KC_WH_D, KC_WH_R, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, KC_CLR, _______, _______, _______, _______, _______ - ) -}; - -bool process_record_user(uint16_t keycode, keyrecord_t *record) { - switch (keycode) { - case M_ARROW: - if (record->event.pressed) { - SEND_STRING("->"); - } - break; - } - return true; -} diff --git a/keyboards/pluckey/keymaps/default/readme.md b/keyboards/pluckey/keymaps/default/readme.md deleted file mode 100644 index d94d03e588..0000000000 --- a/keyboards/pluckey/keymaps/default/readme.md +++ /dev/null @@ -1,4 +0,0 @@ -# Default keymap - -![keymap](https://gist.githubusercontent.com/floookay/ea7313862e407c9b5aaea3d6ed3ce233/raw/0a37fe682f76bbaa55cbc56527e4666bedbf5761/layout.png) -[Keyboard-Layout-Editor](http://www.keyboard-layout-editor.com/#/gists/13c9d00bd0c0c9e3fe3b3d8d98672ef9) [(raw)](https://gist.github.com/floookay/13c9d00bd0c0c9e3fe3b3d8d98672ef9) diff --git a/keyboards/pluckey/keymaps/default_ergo/keymap.c b/keyboards/pluckey/keymaps/default_ergo/keymap.c deleted file mode 100644 index 313b118b8a..0000000000 --- a/keyboards/pluckey/keymaps/default_ergo/keymap.c +++ /dev/null @@ -1,77 +0,0 @@ -/* Copyright 2021 floookay - * - * 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 <http://www.gnu.org/licenses/>. - */ -#include QMK_KEYBOARD_H - -// Defines names for use in layer keycodes and the keymap -enum layer_names { - _BASE, - _LOWER, - _RAISE, - _ADJUST -}; - -// Defines the keycodes used by our macros in process_record_user -enum custom_keycodes { - M_ARROW -}; - -#define MO_LOW MO(_LOWER) -#define MO_RAIS MO(_RAISE) -#define MO_ADJU MO(_ADJUST) -#define MO_CURR _______ - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - /* Base */ - [_BASE] = LAYOUT_ergo( - KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_MINS, KC_EQL, KC_6, KC_7, KC_8, KC_9, KC_0, KC_GRV, - KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LBRC, KC_RBRC, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, - KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, - KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LPRN, KC_HOME, KC_END, KC_RPRN, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, - KC_LGUI, KC_LALT, MO_LOW, KC_SPC, KC_BSPC, KC_ENT, KC_SPC, MO_RAIS, KC_RALT, KC_MEH - ), - [_LOWER] = LAYOUT_ergo( - _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F11, KC_F12, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_PSCR, - _______, _______, _______, _______, KC_PIPE, KC_UNDS, KC_LPRN, KC_RPRN, KC_PLUS, KC_PIPE, _______, _______, _______, _______, - _______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, - _______, _______, _______, _______, _______, _______, M_ARROW, KC_PGUP, KC_PGDN, _______, _______, _______, _______, _______, _______, _______, - _______, _______, MO_CURR, _______, KC_DEL, _______, _______, MO_ADJU, _______, _______ - ), - [_RAISE] = LAYOUT_ergo( - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGUP, _______, _______, _______, - _______, _______, _______, KC_VOLU, _______, _______, KC_LPRN, KC_RPRN, _______, KC_BTN4, KC_UP, KC_BTN5, _______, _______, - _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, _______, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, KC_END, _______, - _______, _______, _______, KC_VOLD, _______, _______, M_ARROW, KC_PGUP, KC_PGDN, _______, _______, _______, KC_PGDN, _______, _______, _______, - _______, _______, MO_ADJU, _______, KC_DEL, _______, _______, MO_CURR, _______, _______ - ), - [_ADJUST] = LAYOUT_ergo( - KC_SLEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_WH_U, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, KC_WH_L, KC_WH_D, KC_WH_R, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, KC_CLR, _______, _______, _______, _______, _______ - ) -}; - -bool process_record_user(uint16_t keycode, keyrecord_t *record) { - switch (keycode) { - case M_ARROW: - if (record->event.pressed) { - SEND_STRING("->"); - } - break; - } - return true; -} diff --git a/keyboards/pluckey/keymaps/manna-harbour_miryoku/config.h b/keyboards/pluckey/keymaps/manna-harbour_miryoku/config.h deleted file mode 100644 index 19976c2c2d..0000000000 --- a/keyboards/pluckey/keymaps/manna-harbour_miryoku/config.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2021 Manna Harbour -// https://github.com/manna-harbour/miryoku - -// 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 <http://www.gnu.org/licenses/>. - -#pragma once - -#define XXX KC_NO - -#define LAYOUT_miryoku( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \ - N30, N31, K32, K33, K34, K35, K36, K37, N38, N39 \ -) \ -LAYOUT( \ -XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, \ -XXX, K00, K01, K02, K03, K04, XXX, XXX, K05, K06, K07, K08, K09, XXX, \ -XXX, K10, K11, K12, K13, K14, XXX, XXX, K15, K16, K17, K18, K19, XXX, \ -XXX, K20, K21, K22, K23, K24, XXX, XXX, XXX, XXX, K25, K26, K27, K28, K29, XXX, \ - XXX, XXX, K32, K33, K34, K35, K36, K37, XXX, XXX \ -) diff --git a/keyboards/pluckey/keymaps/manna-harbour_miryoku/keymap.c b/keyboards/pluckey/keymaps/manna-harbour_miryoku/keymap.c deleted file mode 100644 index 3da5ed16ae..0000000000 --- a/keyboards/pluckey/keymaps/manna-harbour_miryoku/keymap.c +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2021 Manna Harbour -// https://github.com/manna-harbour/miryoku - -// 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 <http://www.gnu.org/licenses/>. diff --git a/keyboards/pluckey/pluckey.c b/keyboards/pluckey/pluckey.c deleted file mode 100644 index d9025726fd..0000000000 --- a/keyboards/pluckey/pluckey.c +++ /dev/null @@ -1,38 +0,0 @@ -/* Copyright 2021 floookay - * - * 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 <http://www.gnu.org/licenses/>. - */ - -#include "pluckey.h" - -#ifdef ENCODER_ENABLE -bool encoder_update_kb(uint8_t index, bool clockwise) { - if (!encoder_update_user(index, clockwise)) { return false; } - if (index == 0) { - if (clockwise) { - tap_code_delay(KC_VOLU, 10); - } else { - tap_code_delay(KC_VOLD, 10); - } - } - else if (index == 1) { - if (clockwise) { - tap_code(KC_WH_U); - } else { - tap_code(KC_WH_D); - } - } - return true; -} -#endif diff --git a/keyboards/pluckey/pluckey.h b/keyboards/pluckey/pluckey.h deleted file mode 100644 index d7d6dc4d3a..0000000000 --- a/keyboards/pluckey/pluckey.h +++ /dev/null @@ -1,81 +0,0 @@ -/* Copyright 2021 floookay - * - * 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 <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#include "quantum.h" - -#define XXX KC_NO - -/* - * ┌───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┐ - * ┌─────┬───┤L02│L03│L04│L05│L06│ │R00│R01│R02│R03│R04├───┬─────┐ - * │L00 │L01├───┼───┼───┼───┼───┤ ┌───┐ ┌───┐ ├───┼───┼───┼───┼───┤R05│R06 │ - * ├─────┼───┤L12│L13│L14│L15│L16│ │L16│ │R10│ │R10│R11│R12│R13│R14├───┼─────┤ - * │L10 │L11├───┼───┼───┼───┼───┤ │ │ │ │ ├───┼───┼───┼───┼───┤R15│R16 │ - * ├─────┼───┤L22│L23│L24│L25│L26│ ├───┤ ├───┤ │R20│R21│R22│R23│R24├───┼─────┤ - * │L20 │L21├───┼───┼───┼───┼───┼───┐ │L36├───┐ ┌───┤R30│ ┌───┼───┼───┼───┼───┼───┤R25│R26 │ - * ├─────┼───┤L32│L33│L34│L35│L36│L41│ │ │ │ │ │ │ │R45│R30│R31│R32│R33│R34├───┼─────┤ - * │L30 │L31├───┼───┼───┼┬──┴──┬┴──┬┘ └──┬┘ ┌┘ └┐ └┬──┘ └┬──┴┬──┴──┬┼───┼───┼───┤R35│R36 │ - * └─────┴───┤L42│L43│L44││L45 │L46│ │L46│ │R40│ │R40│R41 ││R42│R43│R44├───┴─────┘ - * └───┴───┴───┘└─────┴───┘ └───┘ └───┘ └───┴─────┘└───┴───┴───┘ - */ - -/* This is a shortcut to help you visually see your layout. - * - * The first section contains all of the arguments representing the physical - * layout of the board and position of the keys. - * - * The second converts the arguments into a two-dimensional array which - * represents the switch matrix. - */ -#define LAYOUT_all( \ - l00, l01, l02, l03, l04, l05, l06, r00, r01, r02, r03, r04, r05, r06, \ - l10, l11, l12, l13, l14, l15, l16, r10, r11, r12, r13, r14, r15, r16, \ - l20, l21, l22, l23, l24, l25, l26, r20, r21, r22, r23, r24, r25, r26, \ - l30, l31, l32, l33, l34, l35, l36, l41, r45, r30, r31, r32, r33, r34, r35, r36, \ - l42, l43, l44, l45, l46, r40, r41, r42, r43, r44 \ -){ \ - { l00, l01, l02, l03, l04, l05, l06 }, \ - { l10, l11, l12, l13, l14, l15, l16 }, \ - { l20, l21, l22, l23, l24, l25, l26 }, \ - { l30, l31, l32, l33, l34, l35, l36 }, \ - { XXX, l41, l42, l43, l44, l45, l46 }, \ - { r06, r05, r04, r03, r02, r01, r00 }, \ - { r16, r15, r14, r13, r12, r11, r10 }, \ - { r26, r25, r24, r23, r22, r21, r20 }, \ - { r36, r35, r34, r33, r32, r31, r30 }, \ - { XXX, r45, r44, r43, r42, r41, r40 } \ -} - -#define LAYOUT_ergo( \ - l00, l01, l02, l03, l04, l05, l06, r00, r01, r02, r03, r04, r05, r06, \ - l10, l11, l12, l13, l14, l15, l16, r10, r11, r12, r13, r14, r15, r16, \ - l20, l21, l22, l23, l24, l25, r21, r22, r23, r24, r25, r26, \ - l30, l31, l32, l33, l34, l35, l36, l41, r45, r30, r31, r32, r33, r34, r35, r36, \ - l42, l43, l44, l45, l46, r40, r41, r42, r43, r44 \ -){ \ - { l00, l01, l02, l03, l04, l05, l06 }, \ - { l10, l11, l12, l13, l14, l15, l16 }, \ - { l20, l21, l22, l23, l24, l25, XXX }, \ - { l30, l31, l32, l33, l34, l35, l36 }, \ - { XXX, l41, l42, l43, l44, l45, l46 }, \ - { r06, r05, r04, r03, r02, r01, r00 }, \ - { r16, r15, r14, r13, r12, r11, r10 }, \ - { r26, r25, r24, r23, r22, r21, XXX }, \ - { r36, r35, r34, r33, r32, r31, r30 }, \ - { XXX, r45, r44, r43, r42, r41, r40 } \ -} diff --git a/keyboards/pluckey/readme.md b/keyboards/pluckey/readme.md deleted file mode 100644 index b0a1af99b8..0000000000 --- a/keyboards/pluckey/readme.md +++ /dev/null @@ -1,19 +0,0 @@ -# Pluckey - -![pluckey](https://gist.githubusercontent.com/floookay/ea7313862e407c9b5aaea3d6ed3ce233/raw/1757078b1adf7ac4d51d74f445107bdb46e013a3/sandwich%2520angle.jpg) - -The pluckey is an ergodox like split keyboard with moderate columnal stagger and a horizontal space key. - -* Keyboard Maintainer: [floookay](https://github.com/floookay) -* Hardware Supported: pluckey pcbs with pro micro controllers -* Hardware Availability: [pcb & case files](https://github.com/floookay/pluckey) - -Make example for this keyboard (after setting up your build environment): - - make pluckey:default - -Flashing example for this keyboard: - - make pluckey: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). diff --git a/keyboards/pluckey/rules.mk b/keyboards/pluckey/rules.mk deleted file mode 100644 index 3018ef12bf..0000000000 --- a/keyboards/pluckey/rules.mk +++ /dev/null @@ -1,20 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes -SPLIT_KEYBOARD = yes |