diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-06 18:08:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-06 18:08:57 -0700 |
commit | 5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8 (patch) | |
tree | 4bb67d40c1bb3d90204977d4d47306859fb2ec2a /keyboards/panc60/config.h | |
parent | 410984486b0a5c61174c6e4e5a3570f1b09f97dc (diff) |
[Keyboard] Panc60 Refactor (#5559)
* remove unneeded uart setting
* use pragma once everywhere
* remove custom matrix support
* fixup readme
* set bootmagic to lite
* remove dependency on custom i2c code
* use the right header files and function calls
Diffstat (limited to 'keyboards/panc60/config.h')
-rw-r--r-- | keyboards/panc60/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/panc60/config.h b/keyboards/panc60/config.h index 00bdbc60f1..edb25ad274 100644 --- a/keyboards/panc60/config.h +++ b/keyboards/panc60/config.h @@ -39,5 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_BACKLIGHT_CLOCK #define BACKLIGHT_LEVELS 1 #define RGBLIGHT_ANIMATIONS - -#define NO_UART 1 |