diff --git a/keyboards/touchpad/config.h b/keyboards/touchpad/config.h index 04453a3ab1..8d34daae12 100644 --- a/keyboards/touchpad/config.h +++ b/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 . */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -69,5 +68,3 @@ along with this program. If not, see . //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#endif diff --git a/keyboards/touchpad/readme.md b/keyboards/touchpad/readme.md index 1aa215c553..f80bfa87b6 100644 --- a/keyboards/touchpad/readme.md +++ b/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):