Skip to content

Commit

Permalink
Merge pull request #20 from lalalademaxiya1/master
Browse files Browse the repository at this point in the history
[Keymap]Update keymap of rev_0106 and rev_0107
  • Loading branch information
KeychronMacro authored Feb 21, 2022
2 parents 7e8499f + 4f22b9e commit ad3e1e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions keyboards/keychron/q1/rev_0106/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

#include QMK_KEYBOARD_H

#ifdef VIA_ENABLE
#define USER_START USER00
#else
#define USER_START SAFE_RANGE
#endif

enum layers{
MAC_BASE,
MAC_FN,
Expand All @@ -30,7 +24,7 @@ enum layers{
};

enum custom_keycodes {
KC_MISSION_CONTROL = USER_START,
KC_MISSION_CONTROL = SAFE_RANGE,
KC_LAUNCHPAD,
KC_LOPTN,
KC_ROPTN,
Expand Down
8 changes: 1 addition & 7 deletions keyboards/keychron/q1/rev_0106/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

#include QMK_KEYBOARD_H

#ifdef VIA_ENABLE
#define USER_START USER00
#else
#define USER_START SAFE_RANGE
#endif

enum layers{
MAC_BASE,
MAC_FN,
Expand All @@ -30,7 +24,7 @@ enum layers{
};

enum custom_keycodes {
KC_MISSION_CONTROL = USER_START,
KC_MISSION_CONTROL = USER00,
KC_LAUNCHPAD,
KC_LOPTN,
KC_ROPTN,
Expand Down
8 changes: 1 addition & 7 deletions keyboards/keychron/q1/rev_0107/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

#include QMK_KEYBOARD_H

#ifdef VIA_ENABLE
#define USER_START USER00
#else
#define USER_START SAFE_RANGE
#endif

enum layers{
MAC_BASE,
MAC_FN,
Expand All @@ -30,7 +24,7 @@ enum layers{
};

enum custom_keycodes {
KC_MISSION_CONTROL = USER_START,
KC_MISSION_CONTROL = SAFE_RANGE,
KC_LAUNCHPAD,
KC_LOPTN,
KC_ROPTN,
Expand Down
8 changes: 1 addition & 7 deletions keyboards/keychron/q1/rev_0107/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

#include QMK_KEYBOARD_H

#ifdef VIA_ENABLE
#define USER_START USER00
#else
#define USER_START SAFE_RANGE
#endif

enum layers{
MAC_BASE,
MAC_FN,
Expand All @@ -30,7 +24,7 @@ enum layers{
};

enum custom_keycodes {
KC_MISSION_CONTROL = USER_START,
KC_MISSION_CONTROL = USER00,
KC_LAUNCHPAD,
KC_LOPTN,
KC_ROPTN,
Expand Down

0 comments on commit ad3e1e6

Please sign in to comment.