Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Dec 20, 2024
1 parent 3b4b8c4 commit 238f1f1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 247 deletions.
5 changes: 4 additions & 1 deletion docs/smk.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
- [ ] NKRO
- [~] QMK Compatibility
- [~] Layouts
- [ ] Wireless
- [~] Wireless
- [~] BK3632
- [~] 2.4G
- [ ] BT
2 changes: 1 addition & 1 deletion src/kb/kb.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ bool kb_process_record(uint16_t keycode, bool key_pressed);
void kb_update_switches();
void kb_update();

#endif
#endif
2 changes: 1 addition & 1 deletion src/kb/kb_init.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
void kb_init() {}
void kb_init() {}
3 changes: 2 additions & 1 deletion src/keyboards/nuphy-air60/kb.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ void kb_send_report(report_keyboard_t *report)
}

uint16_t ticks = 0;
void kb_update()

void kb_update()
{
#ifdef RF_ENABLED
if (user_keyboard_state.conn_mode == KEYBOARD_CONN_MODE_RF) {
Expand Down
2 changes: 0 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ void init()
uart_init();
#endif

// platform_init();
user_init();
// smk_init();

matrix_init();
keyboard_init();
Expand Down
240 changes: 0 additions & 240 deletions src/platform/compiler.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/platform/sh68f90a/sh68f90a.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define SH68F90A_H

#include <stdint.h>
#include "compiler.h"
#include <compiler.h>

#define _SBUF(addr) static __xdata __at(addr) volatile uint8_t

Expand Down

0 comments on commit 238f1f1

Please sign in to comment.