Skip to content

Commit

Permalink
Fixup dogtag (qmk#20808)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and coquizen committed Jun 22, 2023
1 parent 9acbc8d commit 1d53bb2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 74 deletions.
57 changes: 0 additions & 57 deletions keyboards/takashicompany/dogtag/config.h

This file was deleted.

25 changes: 25 additions & 0 deletions keyboards/takashicompany/dogtag/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"pid": "0x0018",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"rgblight": true
},
"ws2812": {
"pin": "D3"
},
Expand All @@ -17,11 +23,13 @@
},
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
"rotary": [
{"pin_a": "D4", "pin_b": "C6"}
]
},
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"matrix_pins": {
"right": {
Expand All @@ -32,6 +40,23 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"rgblight": {
"led_count": 8,
"split_count": [4, 4],
"sleep": true,
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
3 changes: 2 additions & 1 deletion keyboards/takashicompany/dogtag/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VIA_ENABLE = yes
VIA_ENABLE = yes
LTO_ENABLE = yes
17 changes: 1 addition & 16 deletions keyboards/takashicompany/dogtag/rules.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

ENCODER_ENABLE = yes
SPLIT_KEYBOARD = yes
MOUSEKEY_ENABLE = yes
# This file intentionally left blank

0 comments on commit 1d53bb2

Please sign in to comment.