diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-30 16:24:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 16:24:47 +1000 |
commit | 16a15c1cfcbfd0feb2c2cf1383676747e2f97d73 (patch) | |
tree | aaa3c9f5a23207861d05c37ed4860af8efd40f85 /keyboards/40percentclub/nano/keymaps | |
parent | 37a4b53c4f51b66992e687b5012c83df9cc6b138 (diff) | |
download | qmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.tar.gz qmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.zip |
QMK-ify some GPIO macros (#8315)
Diffstat (limited to 'keyboards/40percentclub/nano/keymaps')
-rw-r--r-- | keyboards/40percentclub/nano/keymaps/drashna/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/40percentclub/nano/keymaps/drashna/keymap.c b/keyboards/40percentclub/nano/keymaps/drashna/keymap.c index 998e55d5b2..f5d0787eeb 100644 --- a/keyboards/40percentclub/nano/keymaps/drashna/keymap.c +++ b/keyboards/40percentclub/nano/keymaps/drashna/keymap.c @@ -1,7 +1,6 @@ #include "drashna.h" #include "analog.h" #include "pointing_device.h" -#include "pincontrol.h" #define KC_X0 LT(_FN, KC_ESC) |