Skip to content

Commit

Permalink
fix: linking error with chordal hold on ergo / moonlander
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Feb 11, 2025
1 parent ca50603 commit 12c7a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/ergodox_ez/ergodox_ez.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#include "quantum.h"
#include QMK_KEYBOARD_H
#include <stdint.h>
#include <stdbool.h>
#include "i2c_master.h"
Expand Down
1 change: 1 addition & 0 deletions keyboards/zsa/moonlander/moonlander.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include QMK_KEYBOARD_H
#include "moonlander.h"

keyboard_config_t keyboard_config;
Expand Down

0 comments on commit 12c7a1f

Please sign in to comment.