diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-17 03:11:15 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-16 08:11:15 -0800 |
commit | bbd4b5eb887a9e5065765d2d6f2ac919d81a38c6 (patch) | |
tree | 353ba8fe0818e921cbf0fb48a9813f1fe23a4bb4 /layouts/community/ergodox/belak | |
parent | 3309e91e0b6c7edc0c164e25ff1638c4852b40e7 (diff) |
Remove redundant KC_TRNS and KC_NO fillers in layouts (#5142)
Diffstat (limited to 'layouts/community/ergodox/belak')
-rw-r--r-- | layouts/community/ergodox/belak/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/community/ergodox/belak/keymap.c b/layouts/community/ergodox/belak/keymap.c index 016cf30b4b..bca0dec913 100644 --- a/layouts/community/ergodox/belak/keymap.c +++ b/layouts/community/ergodox/belak/keymap.c @@ -5,7 +5,6 @@ #include "eeprom.h" #define LAYER_ON(pos) ((layer_state) & (1<<(pos))) -#define _______ KC_TRNS #define EECONFIG_BELAK_MAGIC (uint16_t)0xBE42 |