qmk_firmware/keyboards/sandwich/keeb68
Ryan 56555c61e1
Migrate LAYOUTS to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9

* Migrate `LAYOUTS` to data driven, A

* Migrate `LAYOUTS` to data driven, B

* Migrate `LAYOUTS` to data driven, C

* Migrate `LAYOUTS` to data driven, D

* Migrate `LAYOUTS` to data driven, E

* Migrate `LAYOUTS` to data driven, F

* Migrate `LAYOUTS` to data driven, G

* Migrate `LAYOUTS` to data driven, H

* Migrate `LAYOUTS` to data driven, handwired

* Migrate `LAYOUTS` to data driven, I

* Migrate `LAYOUTS` to data driven, J

* Migrate `LAYOUTS` to data driven, K

* Migrate `LAYOUTS` to data driven, L

* Migrate `LAYOUTS` to data driven, M

* Migrate `LAYOUTS` to data driven, N

* Migrate `LAYOUTS` to data driven, O

* Migrate `LAYOUTS` to data driven, P

* Migrate `LAYOUTS` to data driven, Q

* Migrate `LAYOUTS` to data driven, R

* Migrate `LAYOUTS` to data driven, S

* Migrate `LAYOUTS` to data driven, T

* Migrate `LAYOUTS` to data driven, U

* Migrate `LAYOUTS` to data driven, V

* Migrate `LAYOUTS` to data driven, W

* Migrate `LAYOUTS` to data driven, X

* Migrate `LAYOUTS` to data driven, Y

* Migrate `LAYOUTS` to data driven, Z
2023-01-10 02:48:20 +00:00
..
keymaps Reworked backlight keycodes. (#18961) 2022-11-06 08:11:59 +11:00
config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) 2022-10-15 09:55:53 -07:00
info.json Migrate LAYOUTS to data driven (#19541) 2023-01-10 02:48:20 +00:00
keeb68.c [Keyboard] Added sandwich/keeb68 to keyboards (#15007) 2022-01-28 23:07:00 -08:00
keeb68.h Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803) 2022-04-06 22:00:59 +01:00
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk Migrate LAYOUTS to data driven (#19541) 2023-01-10 02:48:20 +00:00

keeb68

keeb68

A small-batch run of 68 key goodness

  • Keyboard Maintainer: sandwich
  • Hardware Supported: Sandwich's Keeb68 Patron Saint Edition
  • Hardware Availability: Limited Run

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

make sandwich/keeb68:default

Flashing example for this keyboard:

make sandwich/keeb68:default:flash

Toggle NRKO on/off by holding space+n and then inserting the keyboard's USB cable. Some BIOSs may not detect keypresses properly while NRKO is enabled according to QMK documentation.

Bootloader

Enter the bootloader in 2 ways (all keys assume default layout):

  • Keycode in layout: Hold Fn key and press the Windows(GUI) key (mapped to QK_BOOT)
  • Physical reset button: Briefly press the button on the back of the PCB (labeled sw1)

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