From 2aa27f0c78871ebea58559bb847d97d09de01078 Mon Sep 17 00:00:00 2001 From: patrickmt <40182064+patrickmt@users.noreply.github.com> Date: Sat, 1 Sep 2018 12:21:48 -0400 Subject: [PATCH] Keyboard: Rename alt67 to alt (#3824) Renamed keyboard alt67 to alt and adjusted necessary files where alt67 appeared. CTRL keymap fixed enum structure name. usb2422 removed stray define no longer used. --- keyboards/massdrop/{alt67/alt67.h => alt/alt.h} | 0 keyboards/massdrop/{alt67 => alt}/config.h | 2 +- keyboards/massdrop/{alt67 => alt}/config_led.h | 0 keyboards/massdrop/{alt67 => alt}/info.json | 0 keyboards/massdrop/{alt67 => alt}/keymaps/default/keymap.c | 2 +- keyboards/massdrop/{alt67 => alt}/led_programs.c | 2 +- keyboards/massdrop/{alt67 => alt}/matrix.c | 2 +- keyboards/massdrop/{alt67 => alt}/matrix.h | 0 keyboards/massdrop/{alt67 => alt}/readme.md | 6 +++--- keyboards/massdrop/{alt67 => alt}/rules.mk | 0 keyboards/massdrop/ctrl/keymaps/default/keymap.c | 2 +- tmk_core/protocol/arm_atsam/usb/usb2422.h | 1 - 12 files changed, 8 insertions(+), 9 deletions(-) rename keyboards/massdrop/{alt67/alt67.h => alt/alt.h} (100%) rename keyboards/massdrop/{alt67 => alt}/config.h (98%) rename keyboards/massdrop/{alt67 => alt}/config_led.h (100%) rename keyboards/massdrop/{alt67 => alt}/info.json (100%) rename keyboards/massdrop/{alt67 => alt}/keymaps/default/keymap.c (99%) rename keyboards/massdrop/{alt67 => alt}/led_programs.c (99%) rename keyboards/massdrop/{alt67 => alt}/matrix.c (99%) rename keyboards/massdrop/{alt67 => alt}/matrix.h (100%) rename keyboards/massdrop/{alt67 => alt}/readme.md (83%) rename keyboards/massdrop/{alt67 => alt}/rules.mk (100%) diff --git a/keyboards/massdrop/alt67/alt67.h b/keyboards/massdrop/alt/alt.h similarity index 100% rename from keyboards/massdrop/alt67/alt67.h rename to keyboards/massdrop/alt/alt.h diff --git a/keyboards/massdrop/alt67/config.h b/keyboards/massdrop/alt/config.h similarity index 98% rename from keyboards/massdrop/alt67/config.h rename to keyboards/massdrop/alt/config.h index c67ae7d43..a486f34a0 100644 --- a/keyboards/massdrop/alt67/config.h +++ b/keyboards/massdrop/alt/config.h @@ -25,7 +25,7 @@ along with this program. If not, see . #define DEVICE_VER 0x0101 #define MANUFACTURER "Massdrop Inc." -#define PRODUCT "ALT67 Keyboard" +#define PRODUCT "ALT Keyboard" #define SERIAL_NUM "Unavailable" /* key matrix size */ diff --git a/keyboards/massdrop/alt67/config_led.h b/keyboards/massdrop/alt/config_led.h similarity index 100% rename from keyboards/massdrop/alt67/config_led.h rename to keyboards/massdrop/alt/config_led.h diff --git a/keyboards/massdrop/alt67/info.json b/keyboards/massdrop/alt/info.json similarity index 100% rename from keyboards/massdrop/alt67/info.json rename to keyboards/massdrop/alt/info.json diff --git a/keyboards/massdrop/alt67/keymaps/default/keymap.c b/keyboards/massdrop/alt/keymaps/default/keymap.c similarity index 99% rename from keyboards/massdrop/alt67/keymaps/default/keymap.c rename to keyboards/massdrop/alt/keymaps/default/keymap.c index b8d0b6c03..3f0b84e38 100644 --- a/keyboards/massdrop/alt67/keymaps/default/keymap.c +++ b/keyboards/massdrop/alt/keymaps/default/keymap.c @@ -1,6 +1,6 @@ #include QMK_KEYBOARD_H -enum alt67_keycodes { +enum alt_keycodes { L_BRI = SAFE_RANGE, //LED Brightness Increase L_BRD, //LED Brightness Decrease L_PTN, //LED Pattern Select Next diff --git a/keyboards/massdrop/alt67/led_programs.c b/keyboards/massdrop/alt/led_programs.c similarity index 99% rename from keyboards/massdrop/alt67/led_programs.c rename to keyboards/massdrop/alt/led_programs.c index a8aab28d9..b3b7a7e90 100644 --- a/keyboards/massdrop/alt67/led_programs.c +++ b/keyboards/massdrop/alt/led_programs.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "alt67.h" +#include "alt.h" #include "led_matrix.h" //Teal <-> Salmon diff --git a/keyboards/massdrop/alt67/matrix.c b/keyboards/massdrop/alt/matrix.c similarity index 99% rename from keyboards/massdrop/alt67/matrix.c rename to keyboards/massdrop/alt/matrix.c index e107b4c22..75a4d62b9 100644 --- a/keyboards/massdrop/alt67/matrix.c +++ b/keyboards/massdrop/alt/matrix.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "alt67.h" +#include "alt.h" #include "d51_util.h" #include "debug.h" diff --git a/keyboards/massdrop/alt67/matrix.h b/keyboards/massdrop/alt/matrix.h similarity index 100% rename from keyboards/massdrop/alt67/matrix.h rename to keyboards/massdrop/alt/matrix.h diff --git a/keyboards/massdrop/alt67/readme.md b/keyboards/massdrop/alt/readme.md similarity index 83% rename from keyboards/massdrop/alt67/readme.md rename to keyboards/massdrop/alt/readme.md index 551c10c20..57e2e5f17 100644 --- a/keyboards/massdrop/alt67/readme.md +++ b/keyboards/massdrop/alt/readme.md @@ -5,16 +5,16 @@ The Massdrop ALT is a 65% mechanical keyboard featuring dual USB-C connectors, an integrated Hi-Speed USB 2.0 hub, and fully customizable RGB backlighting and underlighting. Keyboard Maintainer: [Massdrop](https://github.com/massdrop) -Hardware Supported: Massdrop, Inc. ALT67 PCBs utilizing Microchip's ATSAMD51J18A MCU and USB2422 2-Port USB 2.0 Hi-Speed Hub Controller, and ISSI's IS31FL3733 LED Drivers. +Hardware Supported: Massdrop, Inc. ALT PCBs utilizing Microchip's ATSAMD51J18A MCU and USB2422 2-Port USB 2.0 Hi-Speed Hub Controller, and ISSI's IS31FL3733 LED Drivers. Hardware Availability: [Massdrop ALT Mechanical Keyboard](https://www.massdrop.com/buy/massdrop-alt-mechanical-keyboard) Make example for this keyboard (after setting up your build environment): - make massdrop/alt67:default + make massdrop/alt:default For information on flashing this keyboard, visit the following links: [Massdrop Loader Releases](https://github.com/Massdrop/mdloader/releases/tag/0.0.1) [Massdrop Loader Repository and Instructions](https://github.com/Massdrop/mdloader) -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). \ No newline at end of file +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/massdrop/alt67/rules.mk b/keyboards/massdrop/alt/rules.mk similarity index 100% rename from keyboards/massdrop/alt67/rules.mk rename to keyboards/massdrop/alt/rules.mk diff --git a/keyboards/massdrop/ctrl/keymaps/default/keymap.c b/keyboards/massdrop/ctrl/keymaps/default/keymap.c index 8e84d4fee..ac58f336e 100644 --- a/keyboards/massdrop/ctrl/keymaps/default/keymap.c +++ b/keyboards/massdrop/ctrl/keymaps/default/keymap.c @@ -1,6 +1,6 @@ #include QMK_KEYBOARD_H -enum alt67_keycodes { +enum ctrl_keycodes { L_BRI = SAFE_RANGE, //LED Brightness Increase L_BRD, //LED Brightness Decrease L_PTN, //LED Pattern Select Next diff --git a/tmk_core/protocol/arm_atsam/usb/usb2422.h b/tmk_core/protocol/arm_atsam/usb/usb2422.h index 6c763dd8c..85ad596a6 100644 --- a/tmk_core/protocol/arm_atsam/usb/usb2422.h +++ b/tmk_core/protocol/arm_atsam/usb/usb2422.h @@ -18,7 +18,6 @@ along with this program. If not, see . #ifndef _USB2422_H_ #define _USB2422_H_ -#define USB2422_ALT67_1P0 #define REV_USB2422 0x100 #define USB2422_ADDR 0x58 //I2C device address, one instance