qmk-dactyl-manuform-a/keyboards/iron180
Álvaro A. Volpato 52b53ccf38
Add 'capslock backlight' feature to Iron180 (#15462)
* Add 'capslock backlight' capability to Iron180

* Update readme

* Revers CAPSLOCK_BACKLIGHT back to default
2021-12-27 21:17:12 +11:00
..
keymaps Iron180 LED fix (#15411) 2021-12-07 14:48:12 +00:00
chconf.h ChibiOS conf migrations... take 11 (#11646) 2021-01-21 17:00:53 +11:00
config.h Add 'capslock backlight' feature to Iron180 (#15462) 2021-12-27 21:17:12 +11:00
halconf.h Iron180 LED fix (#15411) 2021-12-07 14:48:12 +00:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
iron180.c Add 'capslock backlight' feature to Iron180 (#15462) 2021-12-27 21:17:12 +11:00
iron180.h Iron180 LED fix (#15411) 2021-12-07 14:48:12 +00:00
mcuconf.h Iron180 LED fix (#15411) 2021-12-07 14:48:12 +00:00
readme.md Add 'capslock backlight' feature to Iron180 (#15462) 2021-12-27 21:17:12 +11:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

readme.md

Iron180 QMK firmware folder

iron180

Introduction

This is the QMK Firmware repository for the Iron180 PCB, a keyboard designed by Smith and Rune and PCB designed by Gondolindrim.

The Iron180 PCB is a F13 TKL PCB with ALPS switches support. It also supports in-switch single-color LEDs and a multi-layout design for default or 7U bottom row, ISO layout, split backspace and right shift.

As of november 2021, the Group Buy of Iron180 is already over and extras were not sold yet. See the GB page for more information.

How to flash

Enter bootloader

The DFU state in the bootloader can be accessed in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard with the key pressed;
  • Physical reset button: press the button on the front of the PCB, next to caps lock, for at least five seconds;
  • Keycode in layout: Press the key mapped to RESET if it is available (ESCAPE key in layer 1 of the default layout);

Compile firmware and flash

To build the default layout for this keyboard (after setting up your build environment), use:

make iron180:default

Then, after accessing the DFU state, use a tool like dfu-util or the QMK Toolbox to download that firmware into your PCB. To directly compile-and-flash the PCB after it is put into a DFU state, use

make iron180:default:flash

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

The 'caps lock backlight' feature

The Iron180 firmware allows the user to adjust the backlight according to the caps lock key. This will toggle all backlight LEDs according to caps lock, enabling backlight when caps is on and disabling when it is off.

This option is specially useful if you are only interested in the caps lock LED and want it to work as an indicator; however, it must be noted that this works keyboard-wide, so if that is your case you should only solder the caps lock key LED and none else.

This option is disabled by default; in order to enable it, you must un-comment the last line in config.h:

// Turn backlight on-off according to capslock
#define CAPSLOCK_BACKLIGHT

Then compile and flash the firmware.