diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-16 07:55:02 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-16 07:55:02 -0700 |
commit | 4cf4009b2b92b4aea4e912baa392e35c4093a4ef (patch) | |
tree | e0a84447ee2c8364347c71ded7620c36fdf08bf9 /keyboards/ergodash/ergodash.h | |
parent | 4e9fb1d0d93db07c9934f64f6c8fe7a0dce51464 (diff) |
Ergodash refactor (#3196)
* Deleted LAYOUTS = ortho_5x14 from rules.mk
* Refactor
* Configurator support
Diffstat (limited to 'keyboards/ergodash/ergodash.h')
-rw-r--r-- | keyboards/ergodash/ergodash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/ergodash/ergodash.h b/keyboards/ergodash/ergodash.h index 534486ba81..ebb6b614ec 100644 --- a/keyboards/ergodash/ergodash.h +++ b/keyboards/ergodash/ergodash.h @@ -24,6 +24,4 @@ KC_##LT0, KC_##LT1, KC_##LT2, KC_##LT3, KC_##LT4, KC_##LT5, KC_##RT0, KC_##RT1, KC_##RT2, KC_##RT3, KC_##RT4, KC_##RT5 \ ) -#define KC_LAYOUT_ortho_5x14 KC_KEYMAP - #endif |