]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_unicodemap.h
Overhaul Unicode Common functionality (#4325)
[qmk_firmware.git] / quantum / process_keycode / process_unicodemap.h
index 929c88c0b616b48fde02873eb91901d184ff21f1..f6d64bb86b022d98d401c374aeb1aea7c9b3b213 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PROCESS_UNICODEMAP_H
-#define PROCESS_UNICODEMAP_H
+#pragma once
 
 #include "quantum.h"
 #include "process_unicode_common.h"
 
 void unicode_map_input_error(void);
 bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
-#endif