mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-12-20 04:40:21 -05:00
- removed all old base layer change code
- trying 0 degrees on oled
This commit is contained in:
parent
75c58a22eb
commit
dff092e0a5
3 changed files with 3 additions and 21 deletions
|
|
@ -18,12 +18,8 @@ enum layers {
|
|||
};
|
||||
|
||||
enum keycodes {
|
||||
QWERTY = QK_USER,
|
||||
CLMAKDH,
|
||||
GAME,
|
||||
|
||||
//These are only here to make the case statements unique in taphold.c
|
||||
TH_LCBR,
|
||||
TH_LCBR = QK_USER,
|
||||
TH_LABK,
|
||||
TH_LBRC,
|
||||
TH_SQUO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue