From 8957e928a2231b97b815accdd73e9362501b01f0 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:41:10 +0800 Subject: move mechkeys keyboards into the mechkeys/ vendor folder (#15760) * move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder --- keyboards/alu84/alu84.c | 17 ----- keyboards/alu84/alu84.h | 37 ---------- keyboards/alu84/config.h | 69 ------------------- keyboards/alu84/info.json | 103 ---------------------------- keyboards/alu84/keymaps/default/keymap.c | 45 ------------ keyboards/alu84/keymaps/turbomech/config.h | 20 ------ keyboards/alu84/keymaps/turbomech/keymap.c | 88 ------------------------ keyboards/alu84/keymaps/turbomech/readme.md | 93 ------------------------- keyboards/alu84/keymaps/turbomech/rules.mk | 2 - keyboards/alu84/readme.md | 21 ------ keyboards/alu84/rules.mk | 21 ------ 11 files changed, 516 deletions(-) delete mode 100755 keyboards/alu84/alu84.c delete mode 100755 keyboards/alu84/alu84.h delete mode 100755 keyboards/alu84/config.h delete mode 100644 keyboards/alu84/info.json delete mode 100755 keyboards/alu84/keymaps/default/keymap.c delete mode 100644 keyboards/alu84/keymaps/turbomech/config.h delete mode 100644 keyboards/alu84/keymaps/turbomech/keymap.c delete mode 100644 keyboards/alu84/keymaps/turbomech/readme.md delete mode 100644 keyboards/alu84/keymaps/turbomech/rules.mk delete mode 100644 keyboards/alu84/readme.md delete mode 100755 keyboards/alu84/rules.mk (limited to 'keyboards/alu84') diff --git a/keyboards/alu84/alu84.c b/keyboards/alu84/alu84.c deleted file mode 100755 index 3e058d3ed5..0000000000 --- a/keyboards/alu84/alu84.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * - * 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 "alu84.h" diff --git a/keyboards/alu84/alu84.h b/keyboards/alu84/alu84.h deleted file mode 100755 index dc263eb8d1..0000000000 --- a/keyboards/alu84/alu84.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * - * 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 - -#include "quantum.h" - -#define ___ KC_NO - -#define LAYOUT_75_ansi( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1E, K1F, \ - K20, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, \ - K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3F, \ - K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4D, K4E, K4F, \ - K50, K51, K53, K56, K5A, K5B, K5C, K5D, K5E, K5F \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, ___, K1E, K1F }, \ - { K20, ___, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F }, \ - { K30, ___, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, ___, K3F }, \ - { K40, ___, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, ___, K4D, K4E, K4F }, \ - { K50, K51, ___, K53, ___, ___, K56, ___, ___, ___, K5A, K5B, K5C, K5D, K5E, K5F } \ -} diff --git a/keyboards/alu84/config.h b/keyboards/alu84/config.h deleted file mode 100755 index 3700ced8cf..0000000000 --- a/keyboards/alu84/config.h +++ /dev/null @@ -1,69 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * - * 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 - -#include "config_common.h" - -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0xCA75 -#define DEVICE_VER 0x0001 -#define MANUFACTURER MECHKEYS -#define PRODUCT ALU84 - -/* key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 16 - -/* - * Keyboard Matrix Assignments - * - * Change this to how you wired your keyboard - * 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 { D0, D1, D2, D3, D5, B7 } -#define MATRIX_COL_PINS { F0, F1, E6, C7, C6, F5, D4, B1, B0, B5, B4, D7, D6, B3, F4, F6 } -#define UNUSED_PINS - -/* COL2ROW, ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -#define BACKLIGHT_PIN B6 -#define BACKLIGHT_LEVELS 3 -#define BACKLIGHT_BREATHING - -#define RGB_DI_PIN E2 -#if defined(RGBLIGHT_ENABLE) -# define RGBLED_NUM 16 -# define RGBLIGHT_HUE_STEP 10 -# define RGBLIGHT_SAT_STEP 10 -# define RGBLIGHT_VAL_STEP 10 -# define RGBLIGHT_ANIMATIONS -#endif - -/* 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 diff --git a/keyboards/alu84/info.json b/keyboards/alu84/info.json deleted file mode 100644 index 55d01489dc..0000000000 --- a/keyboards/alu84/info.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "keyboard_name": "ALU84", - "url": "", - "maintainer": "qmk", - "layout_aliases": { - "LAYOUT": "LAYOUT_75_ansi" - }, - "layouts": { - "LAYOUT_75_ansi": { - "layout": [ - {"label":"K00", "x":0, "y":0}, - {"label":"K01", "x":1, "y":0}, - {"label":"K02", "x":2, "y":0}, - {"label":"K03", "x":3, "y":0}, - {"label":"K04", "x":4, "y":0}, - {"label":"K05", "x":5, "y":0}, - {"label":"K06", "x":6, "y":0}, - {"label":"K07", "x":7, "y":0}, - {"label":"K08", "x":8, "y":0}, - {"label":"K09", "x":9, "y":0}, - {"label":"K0A", "x":10, "y":0}, - {"label":"K0B", "x":11, "y":0}, - {"label":"K0C", "x":12, "y":0}, - {"label":"K0D", "x":13, "y":0}, - {"label":"K0E", "x":14, "y":0}, - {"label":"K0F", "x":15, "y":0}, - - {"label":"K10", "x":0, "y":1}, - {"label":"K11", "x":1, "y":1}, - {"label":"K12", "x":2, "y":1}, - {"label":"K13", "x":3, "y":1}, - {"label":"K14", "x":4, "y":1}, - {"label":"K15", "x":5, "y":1}, - {"label":"K16", "x":6, "y":1}, - {"label":"K17", "x":7, "y":1}, - {"label":"K18", "x":8, "y":1}, - {"label":"K19", "x":9, "y":1}, - {"label":"K1A", "x":10, "y":1}, - {"label":"K1B", "x":11, "y":1}, - {"label":"K1C", "x":12, "y":1}, - {"label":"K1E", "x":13, "y":1, "w":2}, - {"label":"K1F", "x":15, "y":1}, - - {"label":"K20", "x":0, "y":2, "w":1.5}, - {"label":"K22", "x":1.5, "y":2}, - {"label":"K23", "x":2.5, "y":2}, - {"label":"K24", "x":3.5, "y":2}, - {"label":"K25", "x":4.5, "y":2}, - {"label":"K26", "x":5.5, "y":2}, - {"label":"K27", "x":6.5, "y":2}, - {"label":"K28", "x":7.5, "y":2}, - {"label":"K29", "x":8.5, "y":2}, - {"label":"K2A", "x":9.5, "y":2}, - {"label":"K2B", "x":10.5, "y":2}, - {"label":"K2C", "x":11.5, "y":2}, - {"label":"K2D", "x":12.5, "y":2}, - {"label":"K2E", "x":13.5, "y":2, "w":1.5}, - {"label":"K2F", "x":15, "y":2}, - - {"label":"K30", "x":0, "y":3, "w":1.75}, - {"label":"K32", "x":1.75, "y":3}, - {"label":"K33", "x":2.75, "y":3}, - {"label":"K34", "x":3.75, "y":3}, - {"label":"K35", "x":4.75, "y":3}, - {"label":"K36", "x":5.75, "y":3}, - {"label":"K37", "x":6.75, "y":3}, - {"label":"K38", "x":7.75, "y":3}, - {"label":"K39", "x":8.75, "y":3}, - {"label":"K3A", "x":9.75, "y":3}, - {"label":"K3B", "x":10.75, "y":3}, - {"label":"K3C", "x":11.75, "y":3}, - {"label":"K3D", "x":12.75, "y":3, "w":2.25}, - {"label":"K3F", "x":15, "y":3}, - - {"label":"K40", "x":0, "y":4, "w":2.25}, - {"label":"K42", "x":2.25, "y":4}, - {"label":"K43", "x":3.25, "y":4}, - {"label":"K44", "x":4.25, "y":4}, - {"label":"K45", "x":5.25, "y":4}, - {"label":"K46", "x":6.25, "y":4}, - {"label":"K47", "x":7.25, "y":4}, - {"label":"K48", "x":8.25, "y":4}, - {"label":"K49", "x":9.25, "y":4}, - {"label":"K4A", "x":10.25, "y":4}, - {"label":"K4B", "x":11.25, "y":4}, - {"label":"K4D", "x":12.25, "y":4, "w":1.75}, - {"label":"K4E", "x":14, "y":4}, - {"label":"K4F", "x":15, "y":4}, - - {"label":"K50", "x":0, "y":5, "w":1.25}, - {"label":"K51", "x":1.25, "y":5, "w":1.25}, - {"label":"K53", "x":2.5, "y":5, "w":1.25}, - {"label":"K56", "x":3.75, "y":5, "w":6.25}, - {"label":"K5A", "x":10, "y":5}, - {"label":"K5B", "x":11, "y":5}, - {"label":"K5C", "x":12, "y":5}, - {"label":"K5D", "x":13, "y":5}, - {"label":"K5E", "x":14, "y":5}, - {"label":"K5F", "x":15, "y":5} - ] - } - } -} diff --git a/keyboards/alu84/keymaps/default/keymap.c b/keyboards/alu84/keymaps/default/keymap.c deleted file mode 100755 index ca370c765a..0000000000 --- a/keyboards/alu84/keymaps/default/keymap.c +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * 2021 QMK - * - * 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 - -enum layer_names { - _BL, - _FN1, -}; - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - [_BL] = LAYOUT_75_ansi( - KC_ESC, 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_MUTE, KC_VOLD, KC_VOLU, - 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_BSPC, KC_HOME, - 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_PGUP, - 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_PGDN, - 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_END, - KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT - ), - - [_FN1] = LAYOUT_75_ansi( - _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, RESET, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, _______, - _______, RGB_TOG, RGB_MOD, RGB_VAI, RGB_VAD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, BL_TOGG, BL_INC, BL_DEC, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - -}; diff --git a/keyboards/alu84/keymaps/turbomech/config.h b/keyboards/alu84/keymaps/turbomech/config.h deleted file mode 100644 index 2a60c1f381..0000000000 --- a/keyboards/alu84/keymaps/turbomech/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * - * 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 - -// place overrides here -#define TAPPING_TOGGLE 2 diff --git a/keyboards/alu84/keymaps/turbomech/keymap.c b/keyboards/alu84/keymaps/turbomech/keymap.c deleted file mode 100644 index 24c0d2c2da..0000000000 --- a/keyboards/alu84/keymaps/turbomech/keymap.c +++ /dev/null @@ -1,88 +0,0 @@ -/* Copyright 2017 @TurboMech /u/TurboMech @A9entOran9e#6134 - * 2021 QMK - * - * 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 -#include "turbomech.h" - -#define _QWERTY 0 //BASE layer -#define _FUNCTION 1 //Function layer - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - -/* BL - * ,- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. - * | Esc | Scrn | Scrn | Expose |Launchpad| Show |Dock Hide| Screen | Shortcut| Shortcut| Shortcut| Shortcut| Play | Mute | Vol Up | Vol Down| - * | |Brght Up | Brght Dn| | | Desktop | Toggle | Capture | | | | | Pause | | | | - * |- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - -+- - - - -| - * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | + | Backspace | POWER | - * | | | | | | | | | | | | | | | | - * |- - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - +- - - - -| - * | TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | Shortcut| - * | | | | | | | | | | | | | | | | - * |- - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - - -+- - - - -| - * | CAPS | A | S | D | F | G | H | J | K | L | ; | ' | Enter | Page | - * | | | | | | | | | | | | | | Up | - * |- - - - - - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - +- - - - -+- - - - -+ - * | Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Up | Page | - * | | | | | | | | | | | | | | Down | - * |- - - - - +- - - - - - +- - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -| - * | Control | Option | Gui | Space | Gui | Opt | Fn | Left | Down | Right | - * | | /Alt | | | | Alt | | | | | - * `- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' - */ - - [_QWERTY] = LAYOUT_75_ansi( - KC_ESC, KC_F14, KC_F15, C(KC_UP), C(KC_L), KC_F11, A(G(KC_D)), C(KC_S), C(S(KC_O)), C(G(KC_1)), C(G(KC_2)), C(G(KC_3)), KC_MPLY, KC_MUTE, KC_VOLD, KC_VOLU, - 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_BSPC, KC_POWER, - 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, C(G(KC_N)), - 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_PGUP, - KC_LSPO, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSPC, KC_UP, KC_PGDN, - KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT - ), - -/* FN1 - SEE readme.md - * ,- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. - * | Quit | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Trns | Trns | DFU | - * | All | | | | | | | | | | | | | | | Reset | - * |- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - -+- - - - -| - * | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Delete | Lock | - * | | | | | | | | | | | | | | |Shortcut | - * |- - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - +- - - - -| - * | Trns | RGB | RGB | RGB | RGB | RGB Hue | RGB Hue | RGB Sat | RGB Sat | Trns | Trns | Trns | Trns | Trns | Trns | - * | | Toggle | Mode | Increase| Decrease| Increase| Decrease| Increase| Decrease| | | | | | | - * |- - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - - -+- - - - -| - * | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | - * | | | | | | | | | | | | | | | - * |- - - - - - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - +- - - - -+- - - - -+ - * | Trns |Backlight|Backlight|Backlight|Backlight| Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | - * | | Toggle | Increase| Decrease| Step | | | | | | | | | | - * |- - - - - +- - - - - - +- - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -| - * | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | - * | | | | | | | | | | | - * `- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' - */ - - [_FUNCTION] = LAYOUT_75_ansi( - A(G(KC_Q)), 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_RESET, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, C(A(G(KC_S))), - _______, RGB_TOG, RGB_MOD, RGB_VAI, RGB_VAD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, BL_TOGG, BL_INC, BL_DEC, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - -}; diff --git a/keyboards/alu84/keymaps/turbomech/readme.md b/keyboards/alu84/keymaps/turbomech/readme.md deleted file mode 100644 index b78d7a5e7e..0000000000 --- a/keyboards/alu84/keymaps/turbomech/readme.md +++ /dev/null @@ -1,93 +0,0 @@ -# This is u/TurboMech's keyboard layout for ALU84. - -## It is designed for Mac OS, due to the specific functions I created. - -### Here is the layout found in the keymap.c file. -##### I use shortcuts for the Function row (above number row) listed below - - Scrn Bright Up: F14 - - Scrn Bright Down: F15 - - Expose: LCTRL + Up - - Launchpad: LCTRL + L - - Show Desktop: F11 - - Show/Hide Dock: LALT + LGUI + D - - Screen Capture: LCTRL + S - - Custom Shortcut (setup for an application I use frequently): LCTRL + LSHFT + O - - Custom Shortcut 1: LCTRL + LGUI + 1 - - Custom Shortcut 2: LCTRL + LGUI + 2 - - Custom Shortcut 3: LCTRL + LGUI + 3 - - use the custom shortcuts for whatever you want: launch an application, a macro, etc. - - Play/Pause: exactly that - - Mute / Volume Up / Volume Down: exactly what it says - - ##### Going down the right side from Vol Down: - - POWER: this serves as the power button on Mac's only. Press and hold the button as you would on your Macbook or iMac keyboard. - - Menu: this slides the notification bar on the right side (its the same as on iPhones/ iPads) - -### See below keymaps for how to setup shortcuts on Mac - -#### Base Layer -``` -.- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. -| Esc | Scrn | Scrn | Expose |Launchpad| Show |Dock Hide| Screen | Shortcut| Shortcut| Shortcut| Shortcut| Play | Mute | Vol Up | Vol Down| -| |Brght Up | Brght Dn| | | Desktop | Toggle | Capture | | | | | Pause | | | | -|- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - -+- - - - -| -| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | + | Backspace | POWER | -| | | | | | | | | | | | | | | | -|- - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - +- - - - -| -| TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | Shortcut| -| | | | | | | | | | | | | | | | -|- - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - - -+- - - - -| -| CAPS | A | S | D | F | G | H | J | K | L | ; | ' | Enter | Page | -| | | | | | | | | | | | | | Up | -|- - - - - - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - +- - - - -+- - - - -+ -| Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Up | Page | -| | | | | | | | | | | | | | Down | -|- - - - - +- - - - - - +- - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -| -| Control | Option | Gui | Space | Gui | Opt | Fn | Left | Down | Right | -| | /Alt | | | | Alt | | | | | -'- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' -``` -#### Function Layer 1 - See above for shortcuts -``` -.- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. -| Quit | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Trns | Trns | DFU | -| All | | | | | | | | | | | | | | | Reset | -|- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - -+- - - - -| -| Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Delete | Lock | -| | | | | | | | | | | | | | |Shortcut | -|- - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - +- - - - -| -| Trns | RGB | RGB | RGB | RGB | RGB Hue | RGB Hue | RGB Sat | RGB Sat | Trns | Trns | Trns | Trns | Trns | Trns | -| | Toggle | Mode | Increase| Decrease| Increase| Decrease| Increase| Decrease| | | | | | | -|- - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - - - -+- - - - -| -| Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | -| | | | | | | | | | | | | | | -|- - - - - - - - - - - +- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - - - - - +- - - - -+- - - - -+ -| Trns |Backlight|Backlight|Backlight|Backlight| Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | -| | Toggle | Increase| Decrease| Step | | | | | | | | | | -|- - - - - +- - - - - - +- - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -+- - - - -| -| Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | Trns | -| | | | | | | | | | | -'- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' -``` - -#### How to use/ setup shortcuts on Mac -- First navigate to System Preferences > Keyboard > Shortcuts - - You can use any of them in here - - Just set them to the shortcut keys listed above - -#### How to make your own (to launch applications, quit all, etc.) -- Navigate to Automator > New Document > click Service > Choose -- Now we have to setup our shortcut - - Here's how to setup the Quit All Shortcut - - In the right window select the Service recieves dropdown > select No Input - - At the top left click the Name (Search) > type quit > click and hold Quit All Applications > drag to the right hand box (under the Service Recieves) - - **IMPORTANT** You have to click the Run button at the upper right hand corner in order for these to actually work. - - Now click File > Save > save it as Quit All Apps (or whatever you want) / you can also just exit out and it'll ask you if you want to save -- Navigate back to System Preferences > Keyboard > Shortcuts - - The new shortcut can be found under services, set it to one of the shortcuts I listed above and done -- The same applies for applications in the Name (search) just type the application you want to have as shortcut. Don't forget to run it, then do the same steps - to set it up as a shortcut. - - - - diff --git a/keyboards/alu84/keymaps/turbomech/rules.mk b/keyboards/alu84/keymaps/turbomech/rules.mk deleted file mode 100644 index 6c0a79b110..0000000000 --- a/keyboards/alu84/keymaps/turbomech/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -SLEEP_LED_ENABLE = no -UNICODE_ENABLE = yes diff --git a/keyboards/alu84/readme.md b/keyboards/alu84/readme.md deleted file mode 100644 index 12da1d8a8f..0000000000 --- a/keyboards/alu84/readme.md +++ /dev/null @@ -1,21 +0,0 @@ -# ALU84 - -![alu84](https://i.imgur.com/wBfazDch.jpg) - -A 75% keyboard made and sold by MECHKEYS. - -* Keyboard Maintainer: [The QMK Community](https://github.com/qmk) -* Hardware Supported: ALU84 -* Hardware Availability: [~~MECHKEYS~~](https://mechkeys.ca) (No longer available) - -Make example for this keyboard (after setting up your build environment): - - make alu84:default - -Flashing example for this keyboard: - - make alu84:default:flash - -To reset the board into bootloader mode, hold Space+B while plugging the cable in. - -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/alu84/rules.mk b/keyboards/alu84/rules.mk deleted file mode 100755 index 323c6a1b87..0000000000 --- a/keyboards/alu84/rules.mk +++ /dev/null @@ -1,21 +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 = no # 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -SLEEP_LED_ENABLE = yes - -LAYOUTS = 75_ansi -- cgit v1.2.3