summaryrefslogtreecommitdiffstats
path: root/keyboards/facew/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-07 16:30:40 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-07 16:30:40 +0200
commit0231caa25aa258a79a7fb73cc57723655055b928 (patch)
tree90624a1942962dcf78a50a5c13bc355c1f43a321 /keyboards/facew/config.h
parent5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8 (diff)
downloadqmk_firmware-0231caa25aa258a79a7fb73cc57723655055b928.tar.gz
qmk_firmware-0231caa25aa258a79a7fb73cc57723655055b928.tar.xz
[Keyboard] Refactor FaceW for new BMC changes (#5575)
* use #pragma once for guards * update readme and fix pyusb install instructions * replace custom i2c code with QMK i2c_master * remove unneeded code from config.h * fix keyboard name * remove custom matrix and i2c driver * turn off bootmagic, turn on leds * remove keymap in favor of userspace/community layouts keymap * remove custom matrix * update readme
Diffstat (limited to 'keyboards/facew/config.h')
-rw-r--r--keyboards/facew/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/facew/config.h b/keyboards/facew/config.h
index c952ca737..b4fb0d4cd 100644
--- a/keyboards/facew/config.h
+++ b/keyboards/facew/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef FACEW_CONFIG_H
-#define FACEW_CONFIG_H
+#pragma once
#include "config_common.h"
@@ -40,7 +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
-
-#endif