summaryrefslogtreecommitdiff
path: root/keyboards/yandrstudio/buff67v3/buff67v3.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-22 01:15:18 +0000
committerGitHub <noreply@github.com>2023-02-22 01:15:18 +0000
commit0512e286a6aabe8645ed980abec82790a1f881cd (patch)
tree50184f33e46c9fa2ee4e49cba1b05f44f623e4c2 /keyboards/yandrstudio/buff67v3/buff67v3.c
parent26854f59402f3f4b7ca5cfe0f3dd665a680715f5 (diff)
Remove magic bodges from via keymaps (#19890)
Diffstat (limited to 'keyboards/yandrstudio/buff67v3/buff67v3.c')
-rw-r--r--keyboards/yandrstudio/buff67v3/buff67v3.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/yandrstudio/buff67v3/buff67v3.c b/keyboards/yandrstudio/buff67v3/buff67v3.c
index 62a74c82bb..5ba95efbcc 100644
--- a/keyboards/yandrstudio/buff67v3/buff67v3.c
+++ b/keyboards/yandrstudio/buff67v3/buff67v3.c
@@ -41,18 +41,6 @@ void keyboard_post_init_kb(void) {
#endif
-bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
- if (!process_record_user(keycode, record)) { return false; }
- switch(keycode) {
- case LOCK_GUI:
- process_magic(GUI_TOG, record);
- return false;
- default:
- break;
- }
- return true;
-}
-
void board_init(void) {
AFIO->MAPR |= AFIO_MAPR_TIM3_REMAP_PARTIALREMAP;
}