diff options
author | skullY <skullydazed@gmail.com> | 2017-11-02 16:47:39 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-11-02 16:47:39 -0700 |
commit | 685d4c2f9754e22de3b68379cfc959197495c0aa (patch) | |
tree | 37b4800cfac587c95fbcb067bd94a2f53a8df5b0 /keyboards/nyquist/nyquist.h | |
parent | 535c2f60a9336d67c1a3fbd2d335b6f24d8cca8d (diff) |
Do some cleanup for the API
Diffstat (limited to 'keyboards/nyquist/nyquist.h')
-rw-r--r-- | keyboards/nyquist/nyquist.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/nyquist/nyquist.h b/keyboards/nyquist/nyquist.h index 8d031b0505..4677079b41 100644 --- a/keyboards/nyquist/nyquist.h +++ b/keyboards/nyquist/nyquist.h @@ -23,6 +23,4 @@ KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45 \ ) -#define LAYOUT_ortho_5x12 KEYMAP - -#endif
\ No newline at end of file +#endif |