diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-14 19:42:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:42:50 +1000 |
commit | 54634e92634f73a6d9111833adf58214cb4278c3 (patch) | |
tree | b12409479c031deb6250368d9eac56866e9790e2 /keyboards/lets_split/keymaps/piemod | |
parent | cf5626e0246b66879b03a18115a19a566e839f48 (diff) |
Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
Diffstat (limited to 'keyboards/lets_split/keymaps/piemod')
-rw-r--r-- | keyboards/lets_split/keymaps/piemod/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/lets_split/keymaps/piemod/rules.mk b/keyboards/lets_split/keymaps/piemod/rules.mk index 79a0a17383..e4319facfb 100644 --- a/keyboards/lets_split/keymaps/piemod/rules.mk +++ b/keyboards/lets_split/keymaps/piemod/rules.mk @@ -10,4 +10,3 @@ AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = yes # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. -SUBPROJECT_rev1 = no |