Refactor update for 6ball (#3017)

This commit is contained in:
noroadsleft
2018-05-22 12:12:50 -07:00
committed by Drashna Jaelre
parent def0ff48c0
commit 4b1f60a3f5
2 changed files with 8 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
#include "quantum.h"
#define KEYMAP( \
#define LAYOUT( \
k01, k02, k03, \
k04, k05, k06 \
) \
@@ -11,6 +11,4 @@
{ k02, k03, k06, k05, k04, k01 } \
}
#define KC_KEYMAP(k01, k02, k03, k04, k05, k06) KEYMAP(KC_##k01, KC_##k02, KC_##k03, KC_##k04, KC_##k05, KC_##k06)
#endif