diff options
author | patrickmt <40182064+patrickmt@users.noreply.github.com> | 2018-09-01 12:21:48 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-01 09:21:48 -0700 |
commit | 2aa27f0c78871ebea58559bb847d97d09de01078 (patch) | |
tree | a720024a7a9a565c7fb987c5733145b093d1e509 /tmk_core/protocol | |
parent | fb79015049ebd1309cd4f69a7584db614f50d1db (diff) | |
download | qmk_firmware-2aa27f0c78871ebea58559bb847d97d09de01078.tar.gz qmk_firmware-2aa27f0c78871ebea58559bb847d97d09de01078.zip |
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.
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/arm_atsam/usb/usb2422.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/usb/usb2422.h b/tmk_core/protocol/arm_atsam/usb/usb2422.h index 6c763dd8c5..85ad596a62 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 <http://www.gnu.org/licenses/>. #ifndef _USB2422_H_ #define _USB2422_H_ -#define USB2422_ALT67_1P0 #define REV_USB2422 0x100 #define USB2422_ADDR 0x58 //I2C device address, one instance |