qmk_firmware/keyboards/primekb/prime_l
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
v1 Merge remote-tracking branch 'upstream/master' into develop 2022-08-20 10:55:40 +10:00
v2 Merge remote-tracking branch 'upstream/master' into develop 2022-08-20 10:55:40 +10:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) 2022-08-20 01:42:49 +01:00
info.json Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) 2022-08-20 01:42:49 +01:00
prime_l.c
prime_l.h
readme.md Add VIA support for Prime_L (#8233) 2020-02-24 14:19:27 +00:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

Prime_L

A compact layout with the footprint of your typical 65% board, featuring a left mini-numpad.

  • Hardware Supported:
    • Prime_L V1 PCBs, ATmega32U4 (supports in-switch LEDs)
    • Prime_L V2 PCBs, ATmega32U4 (no in-switch LED supports)
  • Hardware Availability: Store Link

Make examples for this keyboard (after setting up your build environment):

*make primekb/prime_l/v1:default
*make primekb/prime_l/v2:default
*make primekb/prime_l/v1:via
*make primekb/prime_l/v2:via

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.