Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added hackpad keyboard #20402

Merged
merged 10 commits into from
Jul 4, 2023
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
2 people authored and Nico Stuhlmueller committed Apr 11, 2023
commit 1b407f3da812125c5542532c336dcd428d2ba5d3
2 changes: 0 additions & 2 deletions keyboards/hackpad/hackpad.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2023 Nico Stuhlmueller (@ThePurox)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

bool encoder_update_kb(uint8_t index, bool clockwise) {
if (clockwise) {
tap_code_delay(KC_VOLU, 10);
Expand Down
8 changes: 2 additions & 6 deletions keyboards/hackpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"mousekey": true,
"nkro": true,
"rgblight": true,
"encoder" : true
ThePurox marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -34,10 +34,6 @@
},
"rgblight" : {
"led_count" : 16,
"hue_steps" : 20,
"brightness_steps" : 10,
"saturation_steps" : 20,
"max_brightness" : 255,
"sleep" : true,
"animations": {
"breathing" : true,
Expand Down