Jack Humbert 7 gadi atpakaļ
vecāks
revīzija
14825458d7
2 mainītis faili ar 3 papildinājumiem un 6 dzēšanām
  1. 1 4
      keyboards/touchpad/config.h
  2. 2 2
      keyboards/touchpad/readme.md

+ 1 - 4
keyboards/touchpad/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 CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -69,5 +68,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //#define NO_ACTION_ONESHOT
 //#define NO_ACTION_MACRO
 //#define NO_ACTION_FUNCTION
-
-#endif

+ 2 - 2
keyboards/touchpad/readme.md

@@ -4,8 +4,8 @@
 
 A small capacitive 6x6 touchpad for launching programs. [More info](https://jacoburge.co.uk/touch-pad/)
 
-Keyboard Maintainer: QMK Community
-Hardware Supported: TouchPad PCB
+Keyboard Maintainer: QMK Community  
+Hardware Supported: TouchPad PCB  
 Hardware Availability: [JaboBurge's Shop](https://jacoburge.co.uk/shop)
 
 Make example for this keyboard (after setting up your build environment):