]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Improvement of crkbd communication functions (based on helix-keyboard)...
authormarksard <38324387+marksard@users.noreply.github.com>
Mon, 3 Sep 2018 23:34:16 +0000 (08:34 +0900)
committerDrashna Jaelre <drashna@live.com>
Mon, 3 Sep 2018 23:34:16 +0000 (16:34 -0700)
commit35efcc9f398a1a2493b482dd1bd7c859f93ef450
tree004b44e13067b8793ad9523340ce0539977bf8b9
parentfa1ee47cf2293d06693b86e8dd188d9fbc9338c4
Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798)

* improvement of crkbd communication functions (based on  helix-keyboard)

* Removed unnecessary code.

* Changed read restriction from #define to #pragma once.

* Changed from sizeof to defined size.

* moved lib folder to crkbdroot.
removed warning of ws2812.d
40 files changed:
keyboards/crkbd/config.h
keyboards/crkbd/crkbd.h
keyboards/crkbd/i2c.c
keyboards/crkbd/i2c.h
keyboards/crkbd/keymaps/default/keymap.c
keyboards/crkbd/keymaps/default/rules.mk
keyboards/crkbd/keymaps/lib/host_led_state_reader.c [deleted file]
keyboards/crkbd/keymaps/lib/keylogger.c [deleted file]
keyboards/crkbd/keymaps/lib/layer_state_reader.c [deleted file]
keyboards/crkbd/keymaps/lib/logo_reader.c [deleted file]
keyboards/crkbd/keymaps/lib/mode_icon_reader.c [deleted file]
keyboards/crkbd/keymaps/lib/rgb_state_reader.c [deleted file]
keyboards/crkbd/keymaps/lib/timelogger.c [deleted file]
keyboards/crkbd/keymaps/like_jis/keymap.c
keyboards/crkbd/keymaps/like_jis/rules.mk
keyboards/crkbd/lib/host_led_state_reader.c [new file with mode: 0644]
keyboards/crkbd/lib/keylogger.c [new file with mode: 0644]
keyboards/crkbd/lib/layer_state_reader.c [new file with mode: 0644]
keyboards/crkbd/lib/logo_reader.c [new file with mode: 0644]
keyboards/crkbd/lib/mode_icon_reader.c [new file with mode: 0644]
keyboards/crkbd/lib/rgb_state_reader.c [new file with mode: 0644]
keyboards/crkbd/lib/timelogger.c [new file with mode: 0644]
keyboards/crkbd/pro_micro.h
keyboards/crkbd/rev1/config.h
keyboards/crkbd/rev1/matrix.c
keyboards/crkbd/rev1/rev1.h
keyboards/crkbd/rev1/rules.mk
keyboards/crkbd/rev1/serial_config.h [new file with mode: 0644]
keyboards/crkbd/rev1/serial_config_simpleapi.h [new file with mode: 0644]
keyboards/crkbd/rev1/split_scomm.c [new file with mode: 0644]
keyboards/crkbd/rev1/split_scomm.h [new file with mode: 0644]
keyboards/crkbd/rev1/split_util.c [new file with mode: 0644]
keyboards/crkbd/rev1/split_util.h [new file with mode: 0644]
keyboards/crkbd/rules.mk
keyboards/crkbd/serial.c
keyboards/crkbd/serial.h
keyboards/crkbd/split_util.c [deleted file]
keyboards/crkbd/split_util.h [deleted file]
keyboards/crkbd/ssd1306.c
keyboards/crkbd/ssd1306.h