Will Hedges
d69b44e68a
refactor bear_face/v1, v2 ( #24060 )
...
Co-authored-by: jack <jack@pngu.org>
2024-07-10 17:15:35 -07:00
Joel Challis
a2176f6a03
Migrate led_update_kb
implementations to DD ( #23985 )
2024-06-25 03:25:05 +01:00
James Young
cb81913d18
Data-Driven Keyboard Conversions: B ( #23425 )
...
Converts configuration definitions and rules to data-driven where
applicable. Renames `info.json` to `keyboard.json` in instances where
`rules.mk` can be safely deleted.
Affects:
- `bacca70`
- `baguette`
- `baion_808`
- `bajjak`
- `bandominedoni`
- `bantam44`
- `barleycorn_smd`
- `barracuda`
- `basekeys/slice/rev1`
- `basekeys/slice/rev1_rgb`
- `basekeys/trifecta`
- `basketweave`
- `bastardkb/dilemma/4x6_4`
- `bbrfkr/dynamis`
- `bear_face`
- `beatervan`
- `bemeier/bmek`
- `biacco42/ergo42`
- `biacco42/meishi`
- `biacco42/meishi2`
- `binepad/bn003`
- `binepad/bn009/r1`
- `binepad/bnr1`
- `bioi/g60`
- `bioi/g60ble`
- `bioi/morgan65`
- `bioi/s65`
- `blackplum`
- `blank/blank01`
- `blank_tehnologii/manibus`
- `blockey`
- `bluebell/swoop`
- `boardrun/bizarre`
- `boardrun/classic`
- `boardsource/equals/48`
- `boardsource/equals/60`
- `boardwalk`
- `bop`
- `boston`
- `boston_meetup/2019`
- `box75`
- `bpiphany/four_banger`
- `bpiphany/frosty_flake`
- `bpiphany/ghost_squid`
- `bpiphany/hid_liber`
- `bpiphany/kitten_paw`
- `bpiphany/tiger_lily`
- `bpiphany/unloved_bastard`
- `bt66tech/bt66tech60`
- `bubble75/hotswap`
- `budgy`
- `buildakb/potato65`
- `buildakb/potato65hs`
- `buildakb/potato65s`
- `buzzard`
2024-04-11 14:21:32 -07:00
Joel Challis
1c8e99ca45
Migrate features and LTO from rules.mk to data driven ( #23307 )
2024-03-30 10:57:30 +00:00
Ryan
4137685f8e
backlight: split AVR PWM and timer drivers ( #21540 )
2023-07-21 09:27:55 +10:00
Ryan
12d42cedd2
Move FORCE_NKRO
to data driven ( #20604 )
2023-05-01 13:33:10 +10:00
Ryan
9e64300e67
Move matrix config to info.json, part 4 ( #20001 )
2023-03-11 00:00:24 +11:00
Ryan
314f6c1ddb
Move backlight config to data driven ( #19910 )
2023-02-26 08:37:57 +11:00
Ryan
f9aeea64c1
Migrate MCU
and BOOTLOADER
to data-driven ( #19529 )
2023-02-08 18:41:46 +11:00
Ryan
ebb512db82
Debounce defines cleanup ( #19742 )
...
* Clean up `DEBOUNCE` in config.h, 0-9
* Clean up `DEBOUNCE` in config.h, A
* Clean up `DEBOUNCE` in config.h, B
* Clean up `DEBOUNCE` in config.h, C
* Clean up `DEBOUNCE` in config.h, D
* Clean up `DEBOUNCE` in config.h, E
* Clean up `DEBOUNCE` in config.h, F
* Clean up `DEBOUNCE` in config.h, G
* Clean up `DEBOUNCE` in config.h, H
* Clean up `DEBOUNCE` in config.h, handwired
* Clean up `DEBOUNCE` in config.h, I
* Clean up `DEBOUNCE` in config.h, J
* Clean up `DEBOUNCE` in config.h, K
* Clean up `DEBOUNCE` in config.h, L
* Clean up `DEBOUNCE` in config.h, M
* Clean up `DEBOUNCE` in config.h, N
* Clean up `DEBOUNCE` in config.h, O
* Clean up `DEBOUNCE` in config.h, P
* Clean up `DEBOUNCE` in config.h, Q
* Clean up `DEBOUNCE` in config.h, R
* Clean up `DEBOUNCE` in config.h, S
* Clean up `DEBOUNCE` in config.h, T
* Clean up `DEBOUNCE` in config.h, U
* Clean up `DEBOUNCE` in config.h, V
* Clean up `DEBOUNCE` in config.h, W
* Clean up `DEBOUNCE` in config.h, X
* Clean up `DEBOUNCE` in config.h, Y
* Clean up `DEBOUNCE` in config.h, Z
* Remove default debounce from info.json
* Migrate non-default debounce to info.json
2023-02-03 19:19:58 +00:00
Ryan
3a7dbc8981
Move keyboard USB IDs and strings to data driven, pass 2: B-C ( #17945 )
2022-08-14 12:16:16 +10:00
chemicalwill
51dbca2332
[Keyboard] add bear_face/v2 ( #9642 )
...
* [keyboard] bear_face/v2 initial commit
* restructured keyboard dir for multiple versions
* fixed .json layouts for ISO
* reformatted hard tabs to soft tabs
* updated readmes
* [keyboard] removed top-level info.json, keymaps
* [bear_face/v2] changed matrix height, arrow key labels
* fixed height 6 instead of 5
* symbols for arrows now directions (i.e. "Left" etc.)
* [bear_face/v2] fixed ISO enter in .json
* corrected placement for ISO enter
* Update rules.mk
* DEFAULT_FOLDER = bear_face/v1
* [bear_face] fixed matrix width in info.json
* true matrix width is 15
* updated for v1 and v2 info.json
* Update keyboards/bear_face/config.h
* Update keyboards/bear_face/v1/info.json
* Update keyboards/bear_face/v2/info.json
* Update keyboards/bear_face/v2/info.json
* Update keyboards/bear_face/rules.mk
* Fixed default keymap tabs
* changed from tabs to spaces
2020-07-27 22:42:32 -07:00
chemicalwill
3094422b33
Fixed info.json ( #8653 )
...
* Previous info.json had 4 layers instead of 1, incorrect height and width
* Added labels for arrows (Up, Down, Left, Right)
* Formatted info.json by rows
2020-04-02 21:00:04 +01:00
chemicalwill
4434649c2f
[Keyboard] added bear_face PCB ( #8596 )
...
* bear_face initial commit
Added bear_face PCB
* ATMega32u4-based replacement PCB for the Vortex Race 3
* Default keymap emulates stock board keymap (with a few changes), including layer toggles for QWERTY, COLEMAK, and DVORAK layouts
* Suggested changes made
* fixed keyboard_pre_init_kb in bear_face.c
* removed 'LAYOUTS = 83_ansi' from rules.mk
* readme header fixed
Co-Authored-By: Ryan <fauxpark@gmail.com>
* rules.mk formatting fixed
Co-Authored-By: Ryan <fauxpark@gmail.com>
* info.json converted from KLE
* Default layers enum added
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Specified LAYOUT_83_ansi in info.json
from generic LAYOUT
Co-Authored-By: Joel Challis <git@zvecr.com>
* Updated license
* Changed license name to username
* Changed license email to github profile url
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2020-03-31 14:46:20 -07:00