split up unicode systems into different files
This commit is contained in:
parent
6788cbd762
commit
cbabb4d417
9 changed files with 253 additions and 239 deletions
|
@ -56,6 +56,14 @@ extern uint32_t default_layer_state;
|
|||
#include "process_unicode.h"
|
||||
#endif
|
||||
|
||||
#ifdef UCIS_ENABLE
|
||||
#include "process_ucis.h"
|
||||
#endif
|
||||
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
#include "process_unicodemap.h"
|
||||
#endif
|
||||
|
||||
#include "process_tap_dance.h"
|
||||
|
||||
#ifdef PRINTING_ENABLE
|
||||
|
@ -117,7 +125,7 @@ void send_dword(uint32_t number);
|
|||
void send_word(uint16_t number);
|
||||
void send_byte(uint8_t number);
|
||||
void send_nibble(uint8_t number);
|
||||
|
||||
uint16_t hex_to_keycode(uint8_t hex);
|
||||
|
||||
void led_set_user(uint8_t usb_led);
|
||||
void led_set_kb(uint8_t usb_led);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue