qmk_firmware/quantum
Drashna Jaelre 32a87d3517
Add uint to char functions (#15244)
* Add uint to char functions

* appease the all mighty lint

* Further appease Lint

* Update functions

* Add doxygen comment

* Update quantum/quantum.c

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Apply suggestions from code review

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Add declaration for get_numeric_string

* fix formatting and bug

Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-11-23 08:13:22 +11:00
..
audio
backlight [Bug] Revert backlight pins on function call (#15205) 2021-11-19 06:06:55 +11:00
bootmagic
debounce
encoder/tests
keymap_extras Basic keycode overhaul (#14726) 2021-11-03 22:22:17 -07:00
led_matrix
logging
process_keycode
rgb_matrix Format code according to conventions (#15195) 2021-11-17 20:42:00 +00:00
rgblight
sequencer Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
split_common
action.c
action.h
action_code.h
action_layer.c Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_util.c
action_util.h
bitwise.c
bitwise.h
color.c Add support for hsv->rgb conversion without using CIE curve. (#9856) 2020-08-29 14:30:02 -07:00
color.h
command.c
command.h
config_common.h Remove deprecated KEYMAP alias (#15037) 2021-11-03 12:18:11 +11:00
crc.c Add CRC8 calculation subsystem to quantum (#12641) 2021-06-18 00:09:43 +01:00
crc.h
debounce.h
deferred_exec.c
deferred_exec.h Add support for deferred executors. (#14859) 2021-11-15 18:21:09 +00:00
digitizer.c Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 2021-08-18 04:52:44 +10:00
digitizer.h
dip_switch.c Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 2021-08-20 10:15:11 +01:00
dip_switch.h
dynamic_keymap.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
dynamic_keymap.h
dynamic_macro.h
eeconfig.c Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 2021-09-15 01:21:36 -07:00
eeconfig.h
encoder.c Rework encoders to enable asymmetric split keyboards (#12090) 2021-11-20 09:06:08 -08:00
encoder.h Rework encoders to enable asymmetric split keyboards (#12090) 2021-11-20 09:06:08 -08:00
haptic.c
haptic.h haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 2021-11-02 16:54:29 +11:00
joystick.c Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
joystick.h
keyboard.c
keyboard.h
keycode.h
keycode_config.c
keycode_config.h
keycode_legacy.h Basic keycode overhaul (#14726) 2021-11-03 22:22:17 -07:00
keymap.h
keymap_common.c
led.c
led.h
led_tables.c
led_tables.h
main.c
matrix.c Optimize matrix scanning by removing variable shifts (#14947) 2021-10-26 20:01:57 -07:00
matrix.h
matrix_common.c
mousekey.c mousekey: expose current report to users (#13069) 2021-07-03 00:50:47 -07:00
mousekey.h
pointing_device.c
pointing_device.h
pointing_device_drivers.c
programmable_button.c
programmable_button.h
quantum.c Add uint to char functions (#15244) 2021-11-23 08:13:22 +11:00
quantum.h
quantum_keycodes.h Macros in JSON keymaps (#14374) 2021-11-22 11:11:35 -08:00
raw_hid.h
ring_buffer.h
send_string.c
send_string.h Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 2021-03-12 18:03:44 +11:00
send_string_keycodes.h Workaround for recent changes to mouse keycodes (#12367) 2021-03-24 19:38:35 +00:00
sync_timer.c
sync_timer.h
util.h
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h Change include guards in quantum/ to pragma once (#11239) 2020-12-26 15:53:12 +11:00
via.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
via.h
via_ensure_keycode.h
virtser.h
wpm.c
wpm.h