1
0
Fork 0
qmk_firmware/keyboards/sandwich/keeb68
James Young fa978542e9
Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)
* keeb68.h: use QMK 3-character notation

* physically arrange layout macro

Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively.

Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent.

* move `keymaps/grv_esc/readme.md` to `keymaps/default/`

The file contents say "default keymap".

* enable Community Layouts support

* add QMK Configurator data

* touch-up `rules.mk`
2022-04-06 22:00:59 +01:00
..
keymaps Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803) 2022-04-06 22:00:59 +01:00
config.h
info.json Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803) 2022-04-06 22:00:59 +01:00
keeb68.c
keeb68.h Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803) 2022-04-06 22:00:59 +01:00
readme.md
rules.mk Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803) 2022-04-06 22:00:59 +01: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 RESET)
  • 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.