diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-19 09:50:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-19 09:50:57 -0700 |
commit | d67eb20aed97410e11a17f7f5799d822f98a7558 (patch) | |
tree | 57a61a8c925f0c7fa203e1e8fc703958bf64581e /keyboards/pearl/pearl.h | |
parent | 11c7cd47aee697ac73bf7ec5704086e2a15d7dca (diff) | |
download | qmk_firmware-d67eb20aed97410e11a17f7f5799d822f98a7558.tar.gz qmk_firmware-d67eb20aed97410e11a17f7f5799d822f98a7558.zip |
[Keyboard] Pearl Refactors (#5907)
* use pragma once
* remove custom matrix
* remove custom i2c code in favor of QMK's i2c_master
* rename to all lower case readme
* update readme
* turn off bootmagic as it doesn't work anyway
* Update keyboards/pearl/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/pearl/pearl.h')
-rw-r--r-- | keyboards/pearl/pearl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/pearl/pearl.h b/keyboards/pearl/pearl.h index 6f5fbce5d..72df1595d 100644 --- a/keyboards/pearl/pearl.h +++ b/keyboards/pearl/pearl.h | |||
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef PEARL_H | 18 | #pragma once |
19 | #define PEARL_H | ||
20 | 19 | ||
21 | #include "quantum.h" | 20 | #include "quantum.h" |
22 | #include "pearl.h" | 21 | #include "pearl.h" |
@@ -56,6 +55,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, KC_NO}, \ | 55 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, KC_NO}, \ |
57 | { K30, K31, KC_NO, KC_NO, KC_NO, K35, KC_NO, KC_NO, KC_NO, K39, K3A, KC_NO, KC_NO}, \ | 56 | { K30, K31, KC_NO, KC_NO, KC_NO, K35, KC_NO, KC_NO, KC_NO, K39, K3A, KC_NO, KC_NO}, \ |
58 | } | 57 | } |
59 | |||
60 | |||
61 | #endif | ||