summaryrefslogtreecommitdiff
path: root/keyboards/honeycomb/honeycomb.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-05 22:21:23 +0000
committerQMK Bot <hello@qmk.fm>2021-02-05 22:21:23 +0000
commit843643aef36165ee6b00a52e19a272e69f19e6e1 (patch)
treee033218c8d1c6fed65b360e684b41530e96dca8a /keyboards/honeycomb/honeycomb.c
parentc3eee3a842366497abeacc22c02020622a339c46 (diff)
parent5ea92a9c1cbe3e20bf4830d550d797a8e9650da8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/honeycomb/honeycomb.c')
-rwxr-xr-xkeyboards/honeycomb/honeycomb.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/honeycomb/honeycomb.c b/keyboards/honeycomb/honeycomb.c
index add4af1536..1254196d39 100755
--- a/keyboards/honeycomb/honeycomb.c
+++ b/keyboards/honeycomb/honeycomb.c
@@ -2,13 +2,8 @@
#include "pointing_device.h"
#include "report.h"
-void uart_init(void) {
- SERIAL_UART_INIT();
-}
-
void pointing_device_task(void){
/*report_mouse_t currentReport = {};
- SERIAL_UART_INIT();
uint32_t timeout = 0;
//the m character requests the RF slave to send the mouse report
@@ -77,16 +72,5 @@ void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
- uart_init();
led_init();
}
-
-void matrix_scan_kb(void) {
- // put your looping keyboard code here
- // runs every cycle (a lot)
- matrix_scan_user();
-}
-
-void led_set_kb(uint8_t usb_led) {
-
-}