summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/super16
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-26 02:03:36 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-26 02:03:36 +0100
commitd7e3d718d0bd0225c8f2887561cd483461c0a04c (patch)
treeb882630471cefdc396f80b46e222a266b9bd6490 /keyboards/1upkeyboards/super16
parentda5e9043061ae3baadc7922acddf15dc92bffb7b (diff)
downloadqmk_firmware-d7e3d718d0bd0225c8f2887561cd483461c0a04c.tar.gz
qmk_firmware-d7e3d718d0bd0225c8f2887561cd483461c0a04c.tar.xz
Some minor refactoring of boards in 1upkeyboards directory (#5236)
* use #pragma once * get rid of code for unused indicators * pragma once and other small fixes for consistency * use #pragma once * pragma once and other small fixes for consistency * add a short blurb to the readme * turn on compiler optimization flags * remove the compiler optimization * remove compiler optimization for super16
Diffstat (limited to 'keyboards/1upkeyboards/super16')
-rw-r--r--keyboards/1upkeyboards/super16/keymaps/default/config.h2
-rw-r--r--keyboards/1upkeyboards/super16/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/1upkeyboards/super16/keymaps/default/config.h b/keyboards/1upkeyboards/super16/keymaps/default/config.h
index 16fc8b974..26c6d6ade 100644
--- a/keyboards/1upkeyboards/super16/keymaps/default/config.h
+++ b/keyboards/1upkeyboards/super16/keymaps/default/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2019 'mechmerlin'
+/* Copyright 2019 MechMerlin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/keyboards/1upkeyboards/super16/rules.mk b/keyboards/1upkeyboards/super16/rules.mk
index efcde8834..8fb44b9b5 100644
--- a/keyboards/1upkeyboards/super16/rules.mk
+++ b/keyboards/1upkeyboards/super16/rules.mk
@@ -80,4 +80,4 @@ AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
-LAYOUTS = ortho_4x4 \ No newline at end of file
+LAYOUTS = ortho_4x4