forked from mirrors/qmk_userspace
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.
This commit is contained in:
parent
fb79015049
commit
2aa27f0c78
12 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue