summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/think65
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gray_studio/think65')
-rw-r--r--keyboards/gray_studio/think65/solder/solder.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/gray_studio/think65/solder/solder.c b/keyboards/gray_studio/think65/solder/solder.c
index 48ed25b19b..619aa2db8d 100644
--- a/keyboards/gray_studio/think65/solder/solder.c
+++ b/keyboards/gray_studio/think65/solder/solder.c
@@ -28,13 +28,6 @@ void matrix_init_kb(void) {
matrix_init_user();
}
-bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
- // put your per-action keyboard code here
- // runs for every action, just before processing by the firmware
-
- return process_record_user(keycode, record);
-}
-
bool led_update_kb(led_t led_state) {
if(led_update_user(led_state)) {
writePin(C7, !led_state.caps_lock);