]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/facew/config.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / facew / config.h
index c952ca737233efd04a12cfbedbc3ed55d84b709c..239783f8ba2f36cd1d8fc53528ef379bbd2864ad 100644 (file)
@@ -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"
 
@@ -35,12 +34,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define UNUSED_PINS
 
 #define DIODE_DIRECTION COL2ROW
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 #define NO_BACKLIGHT_CLOCK
 #define BACKLIGHT_LEVELS 1
 #define RGBLIGHT_ANIMATIONS
-
-#define NO_UART 1
-
-#endif