]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/pearl/pearl.h
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / pearl / pearl.h
index 900d4817a2f6c6824f0a29e1eefdba9e987969ae..72df1595def0f6ddcf835b7f08dcb338474e6847 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 PEARL_H
-#define PEARL_H
+#pragma once
 
 #include "quantum.h"
 #include "pearl.h"
@@ -54,8 +53,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   { K00, K01, K02,   K03,   K04, K05, K06,   K07,   K08,   K09, K0A, K0B,   K0C}, \
   { K10, K11, K12,   K13,   K14, K15, K16,   K17,   K18,   K19, K1A, K1B,   KC_NO}, \
   { K20, K21, K22,   K23,   K24, K25, K26,   K27,   K28,   K29, K2A, K2B,   KC_NO}, \
-  { K30, K31, KC_NO, KC_NO, K34, K35, KC_NO, KC_NO, KC_NO, K39, K3A, KC_NO, KC_NO}, \
+  { K30, K31, KC_NO, KC_NO, KC_NO, K35, KC_NO, KC_NO, KC_NO, K39, K3A, KC_NO, KC_NO}, \
 }
-
-
-#endif