summaryrefslogtreecommitdiff
path: root/keyboards/preonic
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (P) (#25622)Jack Sangdahl4-60/+24
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis2-2/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2025-04-11fix: Fix startup sound for Preonic (#25132) (#25133)Luis Garcia1-0/+2
Add `AUDIO_INIT_DELAY ` to config.h to resolve
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis1-22/+5
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel3-236/+0
2024-05-24Update GPIO macros in keymaps (#23792)Ryan1-2/+2
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780)James Young5-5/+24
Affects: - `preonic/rev1` - `preonic/rev2` - `preonic/rev3` - `preonic/rev3_drop` - `primekb/meridian/ktr1010` - `primekb/meridian/ws2812` - `primekb/meridian_rgb` - `primekb/prime_m` - `primekb/prime_o` - `primekb/prime_r` - `projectcain/relic` - `projectcain/vault45` - `projectd/65/projectd_65_ansi` - `projectd/75/ansi` - `projectkb/alice/rev1` - `projectkb/alice/rev2` - `projectkb/signature65` - `projectkb/signature87` - `prototypist/allison` - `prototypist/allison_numpad` - `prototypist/j01` - `psuieee/pluto12` - `pteron36` - `puck` - `punk75`
2024-05-17Delete trivial keymap readmes (#23714)Ryan2-2/+0
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-4/+4
2024-04-22Migrate build target markers to keyboard.json - P (#23565)Joel Challis2-18/+12
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan1-1/+4
2024-03-30Migrate features and LTO from rules.mk to data driven (#23302)Joel Challis4-28/+26
2024-03-15Migrate features from rules.mk to data driven - OPQR (#23285)Joel Challis2-18/+12
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan2-4/+4
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis2-4/+0
2023-12-18[Keymap Removal] Preonic and related keymaps. (#22689)Joel Challis129-11120/+0
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel34-2879/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis37-2948/+0
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre7-277/+0
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-11-23Migrate some dip switch config to info.json (#22437)Joel Challis4-4/+6
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan1-1/+0
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-29/+26
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-2/+2
2023-07-11Merge remote-tracking branch 'origin/master' into developQMK Bot3-0/+209
2023-07-11[Keymap] Dothtm/0.21/60 and 75 (#21442)Mike Cramer3-0/+209
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-06-18Merge remote-tracking branch 'origin/master' into developQMK Bot2-6/+6
2023-06-18preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114)Sergey Vlasov2-6/+6
Apparently layouts with 2u keys were not correctly converted into the `info.json` format (the old C layout macros used the arguments for such keys multiple times to cover all possible 1u locations; this is not supported in `info.json`, and the single matrix location for 2u keys was chosen incorrectly in some cases). Fix the layout definitions to match the real PCB wiring.
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-4/+8
2023-06-01Unicodemap keycodes rename (#21092)Ryan1-30/+30
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel1-4/+1
2023-04-30Remove use of layout macros for `music_map` (#20634)Ryan5-9/+42
2023-04-15[Keymap] Update brauner preonic layout (#20439)Christian Brauner2-0/+13
2023-04-15Encodermap direction define. (#20454)Nick Brassel2-2/+2
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan4-2/+6
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan5-4/+4
2023-04-05Merge remote-tracking branch 'origin/master' into developQMK Bot4-0/+163
2023-04-05Add peterfalken userspace & keymaps (#19897)Luis Garcia4-0/+163
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2-4/+1
2023-04-03Merge remote-tracking branch 'origin/master' into developQMK Bot2-0/+46
2023-04-03Adding my keymap (#19964)Torsten Schneider2-0/+46
2023-04-02Merge remote-tracking branch 'origin/master' into developQMK Bot1-6/+13
2023-04-02[Keymap] update arkag keymap, add hitbox layout (#20271)Alexander Kagno1-6/+13
Co-authored-by: Alex Kagno <alex@turncommerce.com>
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan15-1099/+885
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan4-2/+6
2023-03-11Move matrix config to info.json, part 4 (#20001)Ryan7-18/+20
2023-03-08Remove empty rules.mk from keymaps (#20056)Joel Challis7-0/+0
2023-03-03Add new keymap for Preonic rev3 (#19706)Guillermo Aguirre4-0/+296
2023-02-26Move encoder config to data driven (#19923)Ryan4-6/+10
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move backlight config to data driven (#19910)Ryan3-2/+6