]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_unicodemap.h
Remove more commented out MCUs
[qmk_firmware.git] / quantum / process_keycode / process_unicodemap.h
index 929c88c0b616b48fde02873eb91901d184ff21f1..51709c5dc8a638b9bb6768abf8516dcb9f5dd803 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
+extern const uint32_t PROGMEM unicode_map[];
+
+void register_hex32(uint32_t hex);
+uint16_t unicodemap_index(uint16_t keycode);
+bool process_unicodemap(uint16_t keycode, keyrecord_t *record);