diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-06 18:08:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-06 18:08:57 -0700 |
commit | 5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8 (patch) | |
tree | 4bb67d40c1bb3d90204977d4d47306859fb2ec2a /keyboards/panc60/panc60.h | |
parent | 410984486b0a5c61174c6e4e5a3570f1b09f97dc (diff) | |
download | qmk_firmware-5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8.tar.gz qmk_firmware-5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8.zip |
[Keyboard] Panc60 Refactor (#5559)
* remove unneeded uart setting
* use pragma once everywhere
* remove custom matrix support
* fixup readme
* set bootmagic to lite
* remove dependency on custom i2c code
* use the right header files and function calls
Diffstat (limited to 'keyboards/panc60/panc60.h')
-rw-r--r-- | keyboards/panc60/panc60.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/panc60/panc60.h b/keyboards/panc60/panc60.h index 95dcb1f90b..ee4569c615 100644 --- a/keyboards/panc60/panc60.h +++ b/keyboards/panc60/panc60.h @@ -13,8 +13,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 PANC60_H -#define PANC60_H +#pragma once #include "quantum.h" @@ -67,5 +66,3 @@ { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, KC_NO, K3D, K3E }, \ { KC_NO, K41, K42, KC_NO, KC_NO, KC_NO, KC_NO, K47, KC_NO, KC_NO, K4A, KC_NO, K4C, KC_NO, KC_NO } \ } - -#endif |